Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java434 int colon = encryption.indexOf(':'); in getEncryptionMethod() local
435 return (colon == -1) ? encryption : encryption.substring(0, colon); in getEncryptionMethod()
446 int colon = encryption.indexOf(':'); in getEncryptionKey() local
447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h39 const char colon = ':'; variable
/frameworks/base/services/java/com/android/server/
DWallpaperManagerService.java1231 int colon = resName.indexOf(':'); in restoreNamedResourceLocked() local
1232 if (colon > 0) { in restoreNamedResourceLocked()
1233 pkg = resName.substring(0, colon); in restoreNamedResourceLocked()
1243 if (colon > 0 && slash > 0 && (slash-colon) > 1) { in restoreNamedResourceLocked()
1244 type = resName.substring(colon+1, slash); in restoreNamedResourceLocked()
/frameworks/base/tools/aapt/
DResource.cpp1615 ssize_t colon = symbol.find(":", 0); in getSymbolPackage() local
1616 if (colon >= 0) { in getSymbolPackage()
1617 return String8(symbol.string(), colon); in getSymbolPackage()
1623 ssize_t colon = symbol.find(":", 0); in getSymbolName() local
1624 if (colon >= 0) { in getSymbolName()
1625 return String8(symbol.string() + colon + 1); in getSymbolName()
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd147 A scheme is specified without the trailing colon (for example,
Dreceiver-element.jd161 If the name assigned to this attribute begins with a colon (':'), a new
Dservice-element.jd176 If the name assigned to this attribute begins with a colon (':'), a new
Dprovider-element.jd274 If the name assigned to this attribute begins with a colon (':'), a new
Dapplication-element.jd284 If the name assigned to this attribute begins with a colon (':'), a new
Dactivity-element.jd645 If the name assigned to this attribute begins with a colon (':'), a new
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd683 and type (<code>externalType</code> in the example) separated by a colon.
/frameworks/base/docs/html/tools/help/
Dadb.jd815 is a URI if it contains a ":" (colon); it assumes the argument is a component name if it
/frameworks/base/docs/html/training/articles/
Dmemory.jd536 <p>Your process name should begin with a colon (':') to ensure that the process remains private to
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd2369 it contained multiple directories separated with a colon. </li>