Searched refs:colon (Results 1 – 14 of 14) sorted by relevance
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 434 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/ |
D | Path.h | 39 const char colon = ':'; variable
|
/frameworks/base/services/java/com/android/server/ |
D | WallpaperManagerService.java | 1231 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/ |
D | Resource.cpp | 1615 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/ |
D | data-element.jd | 147 A scheme is specified without the trailing colon (for example,
|
D | receiver-element.jd | 161 If the name assigned to this attribute begins with a colon (':'), a new
|
D | service-element.jd | 176 If the name assigned to this attribute begins with a colon (':'), a new
|
D | provider-element.jd | 274 If the name assigned to this attribute begins with a colon (':'), a new
|
D | application-element.jd | 284 If the name assigned to this attribute begins with a colon (':'), a new
|
D | activity-element.jd | 645 If the name assigned to this attribute begins with a colon (':'), a new
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | nfc.jd | 683 and type (<code>externalType</code> in the example) separated by a colon.
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 815 is a URI if it contains a ":" (colon); it assumes the argument is a component name if it
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 536 <p>Your process name should begin with a colon (':') to ensure that the process remains private to
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 2369 it contained multiple directories separated with a colon. </li>
|