docstring_tokens
sequence
code_tokens
sequence
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "get", "sha", "1", "digest", "(", ")", "digest", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "digest", "(", "get", "sha", "1", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "digest", "(", "get", "sha", "1", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "sha", "1", "(", "string", "utils", "get", "bytes", "utf", "8", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "1", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "1", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "1", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "1", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "get", "sha", "2", "2", "4", "digest", "(", ")", "digest", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "digest", "(", "get", "sha", "2", "2", "4", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "digest", "(", "get", "sha", "2", "2", "4", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "sha", "2", "2", "4", "(", "string", "utils", "get", "bytes", "utf", "8", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "2", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "2", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "2", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "224", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "{", "@", "link", "illegal", "argument", "exception", "}", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "2", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "get", "sha", "2", "5", "6", "digest", "(", ")", "digest", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "digest", "(", "get", "sha", "2", "5", "6", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "digest", "(", "get", "sha", "2", "5", "6", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "sha", "2", "5", "6", "(", "string", "utils", "get", "bytes", "utf", "8", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "5", "6", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "5", "6", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "5", "6", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "256", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "2", "5", "6", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "get", "sha", "3", "8", "4", "digest", "(", ")", "digest", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "digest", "(", "get", "sha", "3", "8", "4", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "digest", "(", "get", "sha", "3", "8", "4", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "sha", "3", "8", "4", "(", "string", "utils", "get", "bytes", "utf", "8", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "3", "8", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "3", "8", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "3", "8", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "384", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "3", "8", "4", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "get", "sha", "5", "1", "2", "digest", "(", ")", "digest", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">" ]
[ "return", "digest", "(", "get", "sha", "5", "1", "2", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "digest", "(", "get", "sha", "5", "1", "2", "digest", "(", ")", ",", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "<", "code", ">", "byte", "[", "]", "<", "/", "code", ">", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "sha", "5", "1", "2", "(", "string", "utils", "get", "bytes", "utf", "8", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "5", "1", "2", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "5", "1", "2", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "5", "1", "2", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "512", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string", "<", "p", ">", "throws", "a", "<", "code", ">", "runtime", "exception", "<", "/", "code", ">", "on", "jre", "versions", "prior", "to", "1", "4", "0", "<", "/", "p", ">" ]
[ "return", "hex", "encode", "hex", "string", "(", "sha", "5", "1", "2", "(", "data", ")", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "sha", "1", "hex", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "sha", "1", "hex", "(", "data", ")", ";" ]
[ "calculates", "the", "sha", "-", "1", "digest", "and", "returns", "the", "value", "as", "a", "hex", "string" ]
[ "return", "sha", "1", "hex", "(", "data", ")", ";" ]
[ "updates", "the", "given", "{", "@", "link", "message", "digest", "}" ]
[ "message", "digest", "update", "(", "value", "to", "digest", ")", ";", "return", "message", "digest", ";" ]
[ "updates", "the", "given", "{", "@", "link", "message", "digest", "}" ]
[ "message", "digest", "update", "(", "value", "to", "digest", ")", ";", "return", "message", "digest", ";" ]
[ "reads", "through", "an", "input", "stream", "and", "updates", "the", "digest", "for", "the", "data" ]
[ "final", "byte", "[", "]", "buffer", "=", "new", "byte", "[", "stream", "buffer", "length", "]", ";", "int", "read", "=", "data", "read", "(", "buffer", ",", "0", ",", "stream", "buffer", "length", ")", ";", "while", "(", "read", ">", "-", "1", ")", "{", "digest", "update", "(", "buffer", ",", "0", ",", "read", ")", ";", "read", "=", "data", "read", "(", "buffer", ",", "0", ",", "stream", "buffer", "length", ")", ";", "}", "return", "digest", ";" ]
[ "updates", "the", "given", "{", "@", "link", "message", "digest", "}" ]
[ "message", "digest", "update", "(", "string", "utils", "get", "bytes", "utf", "8", "(", "value", "to", "digest", ")", ")", ";", "return", "message", "digest", ";" ]
[ "returns", "true", "if", "field", "corresponding", "to", "field", "i", "d", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "if", "(", "field", "=", "=", "null", ")", "{", "throw", "new", "illegal", "argument", "exception", "(", ")", ";", "}", "switch", "(", "field", ")", "{", "case", "triggers", ":", "return", "is", "set", "triggers", "(", ")", ";", "}", "throw", "new", "illegal", "state", "exception", "(", ")", ";" ]
[ "returns", "true", "if", "field", "rules", "building", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "rulesbuildingcount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "rules", "finished", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "rulesfinishedcount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "rules", "failure", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "rulesfailurecount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "cache", "rate", "stats", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "this", "cache", "rate", "stats", "!", "=", "null", ";" ]
[ "returns", "true", "if", "field", "http", "artifact", "total", "bytes", "uploaded", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "httpartifacttotalbytesuploaded", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "http", "artifact", "uploads", "scheduled", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "httpartifactuploadsscheduledcount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "http", "artifact", "uploads", "ongoing", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "httpartifactuploadsongoingcount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "http", "artifact", "uploads", "success", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "httpartifactuploadssuccesscount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "http", "artifact", "uploads", "failure", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "httpartifactuploadsfailurecount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "files", "materialized", "count", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "return", "org", "apache", "thrift", "encoding", "utils", "test", "bit", "(", "isset", "bitfield", ",", "filesmaterializedcount", "isset", "id", ")", ";" ]
[ "returns", "true", "if", "field", "corresponding", "to", "field", "i", "d", "is", "set", "(", "has", "been", "assigned", "a", "value", ")", "and", "false", "otherwise" ]
[ "if", "(", "field", "=", "=", "null", ")", "{", "throw", "new", "java", "lang", "illegal", "argument", "exception", "(", ")", ";", "}", "switch", "(", "field", ")", "{", "case", "stampede", "id", ":", "return", "is", "set", "stampede", "id", "(", ")", ";", "case", "build", "slave", "run", "id", ":", "return", "is", "set", "build", "slave", "run", "id", "(", ")", ";", "case", "total", "rules", "count", ":", "return", "is", "set", "total", "rules", "count", "(", ")", ";", "case", "rules", "building", "count", ":", "return", "is", "set", "rules", "building", "count", "(", ")", ";", "case", "rules", "finished", "count", ":", "return", "is", "set", "rules", "finished", "count", "(", ")", ";", "case", "rules", "failure", "count", ":", "return", "is", "set", "rules", "failure", "count", "(", ")", ";", "case", "cache", "rate", "stats", ":", "return", "is", "set", "cache", "rate", "stats", "(", ")", ";", "case", "http", "artifact", "total", "bytes", "uploaded", ":", "return", "is", "set", "http", "artifact", "total", "bytes", "uploaded", "(", ")", ";", "case", "http", "artifact", "uploads", "scheduled", "count", ":", "return", "is", "set", "http", "artifact", "uploads", "scheduled", "count", "(", ")", ";", "case", "http", "artifact", "uploads", "ongoing", "count", ":", "return", "is", "set", "http", "artifact", "uploads", "ongoing", "count", "(", ")", ";", "case", "http", "artifact", "uploads", "success", "count", ":", "return", "is", "set", "http", "artifact", "uploads", "success", "count", "(", ")", ";", "case", "http", "artifact", "uploads", "failure", "count", ":", "return", "is", "set", "http", "artifact", "uploads", "failure", "count", "(", ")", ";", "case", "files", "materialized", "count", ":", "return", "is", "set", "files", "materialized", "count", "(", ")", ";", "}", "throw", "new", "java", "lang", "illegal", "state", "exception", "(", ")", ";" ]
[ "sets", "the", "listener", "to", "listen", "to", "the", "session", "events", "an", "{", "@", "link", "ims", "call", "session", "}", "can", "only", "hold", "one", "listener", "at", "a", "time", "subsequent", "calls", "to", "this", "method", "override", "the", "previous", "listener" ]
[]
[ "mutes", "or", "unmutes", "the", "mic", "for", "the", "active", "call" ]
[]
[ "initiates", "an", "ims", "call", "with", "the", "specified", "number", "and", "call", "profile", "the", "session", "listener", "set", "in", "{", "@", "link", "#", "set", "listener", "(", "ims", "call", "session", "listener", ")", "}", "is", "called", "back", "upon", "defined", "session", "events", "only", "valid", "to", "call", "when", "the", "session", "state", "is", "in", "{", "@", "link", "ims", "call", "session", "state", "#", "idle", "}" ]
[]
[ "initiates", "an", "ims", "call", "with", "the", "specified", "participants", "and", "call", "profile", "the", "session", "listener", "set", "in", "{", "@", "link", "#", "set", "listener", "(", "ims", "call", "session", "listener", ")", "}", "is", "called", "back", "upon", "defined", "session", "events", "the", "method", "is", "only", "valid", "to", "call", "when", "the", "session", "state", "is", "in", "{", "@", "link", "ims", "call", "session", "state", "#", "idle", "}" ]
[]
[ "accepts", "an", "incoming", "call", "or", "session", "update" ]
[]
[ "deflects", "an", "incoming", "call" ]
[]
[ "rejects", "an", "incoming", "call", "or", "session", "update" ]
[]
[ "terminates", "a", "call" ]
[]
[ "puts", "a", "call", "on", "hold", "when", "it", "succeeds", "{", "@", "link", "ims", "call", "session", "listener", "#", "call", "session", "held", "}", "is", "called" ]
[]
[ "continues", "a", "call", "that", "s", "on", "hold", "when", "it", "succeeds", "{", "@", "link", "ims", "call", "session", "listener", "#", "call", "session", "resumed", "}", "is", "called" ]
[]
[ "merges", "the", "active", "and", "held", "call", "when", "the", "merge", "starts", "{", "@", "link", "ims", "call", "session", "listener", "#", "call", "session", "merge", "started", "}", "is", "called", "{", "@", "link", "ims", "call", "session", "listener", "#", "call", "session", "merge", "complete", "}", "is", "called", "if", "the", "merge", "is", "successful", "and", "{", "@", "link", "ims", "call", "session", "listener", "#", "call", "session", "merge", "failed", "}", "is", "called", "if", "the", "merge", "fails" ]
[]
[ "updates", "the", "current", "call", "s", "properties", "(", "ex", "call", "mode", "change", ":", "video", "upgrade", "/", "downgrade", ")" ]
[]
[ "extends", "this", "call", "to", "the", "conference", "call", "with", "the", "specified", "recipients" ]
[]
[ "requests", "the", "conference", "server", "to", "invite", "an", "additional", "participants", "to", "the", "conference" ]
[]
[ "requests", "the", "conference", "server", "to", "remove", "the", "specified", "participants", "from", "the", "conference" ]
[]
[ "sends", "a", "dtmf", "code", "according", "to", "<", "a", "href", "=", "http", ":", "/", "/", "tools", "ietf", "org", "/", "html", "/", "rfc", "2", "8", "3", "3", ">", "rfc", "2833", "<", "/", "a", ">", "event", "0", "~", "9", "maps", "to", "decimal", "value", "0", "~", "9", "*", "to", "10", "#", "to", "11", "event", "a", "~", "d", "to", "12", "~", "15", "and", "event", "flash", "to", "16", "currently", "event", "flash", "is", "not", "supported" ]
[]
[ "start", "a", "dtmf", "code", "according", "to", "<", "a", "href", "=", "http", ":", "/", "/", "tools", "ietf", "org", "/", "html", "/", "rfc", "2", "8", "3", "3", ">", "rfc", "2833", "<", "/", "a", ">", "event", "0", "~", "9", "maps", "to", "decimal", "value", "0", "~", "9", "*", "to", "10", "#", "to", "11", "event", "a", "~", "d", "to", "12", "~", "15", "and", "event", "flash", "to", "16", "currently", "event", "flash", "is", "not", "supported" ]
[]
[ "stop", "a", "dtmf", "code" ]
[]
[ "sends", "an", "ussd", "message" ]
[]
[ "see", "{" ]
[ "ims", "video", "call", "provider", "provider", "=", "get", "ims", "video", "call", "provider", "(", ")", ";", "return", "provider", "!", "=", "null", "?", "provider", "get", "interface", "(", ")", ":", "null", ";" ]
[ "determines", "if", "the", "current", "session", "is", "multiparty" ]
[ "return", "false", ";" ]
[ "device", "issues", "rtt", "modify", "request" ]
[]
[ "device", "responds", "to", "remote", "rtt", "modify", "request" ]
[]
[ "device", "sends", "rtt", "message" ]
[]
[ "{" ]
[ "corruption", "enabled", "=", "false", ";", "super", "after", "test", "(", ")", ";" ]
[ "{" ]
[ "q", "add", "(", "throwable", ")", ";" ]
[ "session", "factory", "options", "state" ]
[ "return", "this", "uuid", ";" ]
[ "verify", "that", "caller", "holds", "both", "{", "@", "link", "android", "manifest", "permission", "#", "dump", "}", "and", "{", "@", "link", "android", "manifest", "permission", "#", "package", "usage", "stats", "}", "and", "that", "they", "have", "{", "@", "link", "app", "ops", "manager", "#", "op", "get", "usage", "stats", "}", "access" ]
[ "return", "check", "dump", "permission", "(", "context", ",", "tag", ",", "pw", ")", "&", "&", "check", "usage", "stats", "permission", "(", "context", ",", "tag", ",", "pw", ")", ";" ]
[ "return", "whether", "a", "package", "name", "is", "considered", "to", "be", "part", "of", "the", "platform" ]
[ "return", "(", "cname", "!", "=", "null", ")", "&", "&", "is", "platform", "package", "(", "cname", "get", "package", "name", "(", ")", ")", ";" ]
[ "return", "whether", "a", "package", "name", "is", "considered", "to", "be", "part", "of", "the", "platform" ]
[ "return", "(", "wcn", "!", "=", "null", ")", "&", "&", "is", "platform", "package", "(", "wcn", "get", "component", "name", "(", ")", ")", ";" ]
[ "return", "whether", "a", "package", "name", "is", "not", "considered", "to", "be", "part", "of", "the", "platform" ]
[ "return", "(", "package", "name", "!", "=", "null", ")", "&", "&", "!", "is", "platform", "package", "(", "package", "name", ")", ";" ]
[ "return", "whether", "a", "package", "name", "is", "not", "considered", "to", "be", "part", "of", "the", "platform" ]
[ "return", "(", "cname", "!", "=", "null", ")", "&", "&", "is", "non", "platform", "package", "(", "cname", "get", "package", "name", "(", ")", ")", ";" ]
[ "return", "whether", "a", "package", "name", "is", "not", "considered", "to", "be", "part", "of", "the", "platform" ]
[ "return", "(", "wcn", "!", "=", "null", ")", "&", "&", "!", "is", "platform", "package", "(", "wcn", "get", "component", "name", "(", ")", ")", ";" ]
[ "return", "whether", "a", "package", "should", "be", "dumped", "in", "the", "critical", "section" ]
[ "if", "(", "cname", "=", "=", "null", ")", "{", "return", "false", ";", "}", "for", "(", "int", "i", "=", "0", ";", "i", "<", "critical", "section", "components", "length", ";", "i", "+", "+", ")", "{", "if", "(", "cname", "equals", "(", "critical", "section", "components", "[", "i", "]", ")", ")", "{", "return", "true", ";", "}", "}", "return", "false", ";" ]
[ "return", "whether", "a", "package", "name", "is", "considered", "to", "be", "part", "of", "the", "platform", "and", "in", "the", "critical", "section" ]
[ "return", "(", "wcn", "!", "=", "null", ")", "&", "&", "is", "platform", "package", "(", "wcn", "get", "component", "name", "(", ")", ")", "&", "&", "is", "critical", "package", "(", "wcn", "get", "component", "name", "(", ")", ")", ";" ]
[ "return", "whether", "a", "package", "name", "is", "considered", "to", "be", "part", "of", "the", "platform", "but", "not", "in", "the", "the", "critical", "section" ]
[ "return", "(", "wcn", "!", "=", "null", ")", "&", "&", "is", "platform", "package", "(", "wcn", "get", "component", "name", "(", ")", ")", "&", "&", "!", "is", "critical", "package", "(", "wcn", "get", "component", "name", "(", ")", ")", ";" ]
[ "<", "p", ">", "reference", "that", "identifies", "the", "object", "whose", "policies", "will", "be", "looked", "up", "<", "/", "p", ">" ]
[ "set", "object", "reference", "(", "object", "reference", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "pagination", "token", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "results", "to", "retrieve", "<", "/", "p", ">" ]
[ "set", "max", "results", "(", "max", "results", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "complex", "type", "that", "contains", "the", "i", "ds", "and", "the", "health", "status", "of", "the", "instances", "that", "you", "specified", "in", "the", "<", "code", ">", "get", "instances", "health", "status", "<", "/", "code", ">", "request", "<", "/", "p", ">" ]
[ "return", "status", ";" ]
[ "<", "p", ">", "a", "complex", "type", "that", "contains", "the", "i", "ds", "and", "the", "health", "status", "of", "the", "instances", "that", "you", "specified", "in", "the", "<", "code", ">", "get", "instances", "health", "status", "<", "/", "code", ">", "request", "<", "/", "p", ">" ]
[ "this", "status", "=", "status", ";" ]