/frameworks/base/core/tests/coretests/src/android/content/ |
D | ObserverNodeTest.java | 38 Uri.parse("content://c/a/"), in testUri() 39 Uri.parse("content://c/"), in testUri() 40 Uri.parse("content://x/"), in testUri() 41 Uri.parse("content://c/b/"), in testUri() 42 Uri.parse("content://c/a/a1/1/"), in testUri() 43 Uri.parse("content://c/a/a1/2/"), in testUri() 44 Uri.parse("content://c/b/1/"), in testUri() 45 Uri.parse("content://c/b/2/"), in testUri() 68 Uri.parse("content://c/"), in testUriNotNotify() 69 Uri.parse("content://x/"), in testUriNotNotify() [all …]
|
D | MemoryFileProviderTest.java | 38 Uri uri = Uri.parse("content://android.content.MemoryFileProvider/data/1/blob"); in testRead() 56 Uri uri = Uri.parse("content://android.content.MemoryFileProvider/huge"); in testClose() 71 Uri uri = Uri.parse("content://android.content.MemoryFileProvider/file"); in testFile()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | UriTest.java | 45 parcelAndUnparcel(Uri.parse("foo:bob%20lee")); in testParcelling() 76 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build(); in testBuildUponOpaqueStringUri() 89 Uri.parse("foo:bob%20lee").getSchemeSpecificPart()); in testStringUri() 91 Uri.parse("foo:bob%20lee").getEncodedSchemeSpecificPart()); in testStringUri() 93 Uri.parse("foo:/bob%20lee").getEncodedPath()); in testStringUri() 94 assertNull(Uri.parse("foo:bob%20lee").getPath()); in testStringUri() 96 Uri.parse("foo:?bob%20lee").getEncodedQuery()); in testStringUri() 97 assertNull(Uri.parse("foo:bar#?bob%20lee").getQuery()); in testStringUri() 99 Uri.parse("foo:#bob%20lee").getEncodedFragment()); in testStringUri() 104 assertTrue(Uri.parse("bob").isHierarchical()); in testStringUriIsHierarchical() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | VerifierDeviceIdentityTest.java | 175 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_1_ENCODED); in testVerifierDeviceIdentity_Parse_Normal() 184 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_MAXVALUE_ENCODED); in testVerifierDeviceIdentity_Parse_MaxValue() 191 VerifierDeviceIdentity.parse("AAAA-AAAA-AAAA-"); in testVerifierDeviceIdentity_Parse_TooShort() 200 VerifierDeviceIdentity.parse("----------------"); in testVerifierDeviceIdentity_Parse_WayTooShort() 209 VerifierDeviceIdentity.parse("AAAA-AAAA-AAAA-AA"); in testVerifierDeviceIdentity_Parse_TooLong() 218 VerifierDeviceIdentity.parse(TEST_OVERFLOW_ENCODED); in testVerifierDeviceIdentity_Parse_Overflow() 228 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_1_ENCODED_LOWERCASE); in testVerifierDeviceIdentity_Parse_SquashToUppercase() 237 VerifierDeviceIdentity id1 = VerifierDeviceIdentity.parse(TEST_SUBSTITUTION_CORRECTED); in testVerifierDeviceIdentity_Parse_1I_And_0O_Substitution() 239 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_SUBSTITUTION_UNCORRECTED); in testVerifierDeviceIdentity_Parse_1I_And_0O_Substitution()
|
/frameworks/base/core/java/android/util/ |
D | Xml.java | 52 public static void parse(String xml, ContentHandler contentHandler) in parse() method in Xml 57 reader.parse(new InputSource(new StringReader(xml))); in parse() 67 public static void parse(Reader in, ContentHandler contentHandler) in parse() method in Xml 71 reader.parse(new InputSource(in)); in parse() 78 public static void parse(InputStream in, Encoding encoding, in parse() method in Xml 84 reader.parse(source); in parse()
|
/frameworks/base/core/java/android/provider/ |
D | Telephony.java | 199 Uri.parse("content://sms"); 326 Uri.parse("content://sms/inbox"); 360 Uri.parse("content://sms/sent"); 392 Uri.parse("content://sms/draft"); 440 Uri.parse("content://sms/outbox"); 475 Uri.parse("content://sms/conversations"); 1221 private static final Uri THREAD_ID_CONTENT_URI = Uri.parse( 1301 public static final Uri CONTENT_URI = Uri.parse("content://mms"); 1407 CONTENT_URI = Uri.parse("content://mms/inbox"); 1423 CONTENT_URI = Uri.parse("content://mms/sent"); [all …]
|
D | MediaStore.java | 315 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName + in getContentUri() 329 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName in getContentUri() 338 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName + in getMtpObjectsUri() 348 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName in getMtpObjectsUri() 358 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName in getMtpReferencesUri() 578 Uri uri = Uri.parse( in getThumbnail() 845 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName + in getContentUri() 967 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName + in getContentUri() 1247 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName + in getContentUri() 1323 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName + in getContentUri() [all …]
|
D | Contacts.java | 60 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); 154 Uri.parse("content://contacts/settings"); 355 Uri.parse("content://contacts/people"); 364 Uri.parse("content://contacts/people/filter"); 373 Uri.parse("content://contacts/deleted_people"); 389 Uri.parse("content://contacts/people/with_email_or_im_filter"); 806 Uri.parse("content://contacts/groups"); 815 Uri.parse("content://contacts/deleted_groups"); 996 Uri.parse("content://contacts/phones"); 1004 Uri.parse("content://contacts/phones/filter"); [all …]
|
D | CalendarContract.java | 128 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); 407 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + 599 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars"); 735 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees"); 1094 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + 1435 Uri.parse("content://" + AUTHORITY + "/events"); 1443 Uri.parse("content://" + AUTHORITY + "/exception"); 1588 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + 1596 Uri.parse("content://" + AUTHORITY + "/instances/whenbyday"); 1602 public static final Uri CONTENT_SEARCH_URI = Uri.parse("content://" + AUTHORITY + [all …]
|
D | Downloads.java | 89 Uri.parse("content://downloads/my_downloads"); 96 Uri.parse("content://downloads/all_downloads"); 106 Uri.parse("content://downloads/" + PUBLICLY_ACCESSIBLE_DOWNLOADS_URI_SEGMENT);
|
D | UserDictionary.java | 41 Uri.parse("content://" + AUTHORITY); 51 Uri.parse("content://" + AUTHORITY + "/words");
|
D | VoicemailContract.java | 114 Uri.parse("content://" + AUTHORITY + "/voicemail"); 209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
|
D | CallLog.java | 42 Uri.parse("content://" + AUTHORITY); 52 Uri.parse("content://call_log/calls"); 58 Uri.parse("content://call_log/calls/filter");
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParser.java | 43 public abstract void parse(InputStream is) throws IOException, VCardException; in parse() method in VCardParser 81 public void parse(InputStream is, VCardInterpreter interpreter) in parse() method in VCardParser 84 parse(is); in parse()
|
D | VCardParser_V40.java | 74 public void parse(InputStream is) throws IOException, VCardException { in parse() method in VCardParser_V40 75 mVCardParserImpl.parse(is); in parse()
|
D | VCardParser_V30.java | 86 public void parse(InputStream is) throws IOException, VCardException { in parse() method in VCardParser_V30 87 mVCardParserImpl.parse(is); in parse()
|
D | VCardParser_V21.java | 107 public void parse(InputStream is) throws IOException, VCardException { in parse() method in VCardParser_V21 108 mVCardParserImpl.parse(is); in parse()
|
/frameworks/base/voip/java/android/net/sip/ |
D | SimpleSessionDescription.java | 68 mFields.parse("v=0"); in SimpleSessionDescription() 69 mFields.parse(String.format("o=- %d %d %s", sessionId, in SimpleSessionDescription() 71 mFields.parse("s=-"); in SimpleSessionDescription() 72 mFields.parse("t=0 0"); in SimpleSessionDescription() 73 mFields.parse("c=" + address); in SimpleSessionDescription() 101 fields.parse(line); in SimpleSessionDescription() 526 private void parse(String line) { in parse() method in SimpleSessionDescription.Fields
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
D | RecurrenceProcessorTest.java | 94 dtstart.parse(dtstartStr); in verifyRecurrence() 96 rangeStart.parse(rangeStartStr); in verifyRecurrence() 97 rangeEnd.parse(rangeEndStr); in verifyRecurrence() 157 expectedLast.parse(last); in verifyRecurrence() 2452 dtstart.parse("20010101T000000"); in performanceTextExpand() 2453 rangeStart.parse("20010101T000000"); in performanceTextExpand() 2454 rangeEnd.parse("20090101T000000"); in performanceTextExpand() 2494 date.parse("20090404T100000"); in performanceTestNormalize() 2513 date.parse("20090404T100000"); in performanceTestNormalize()
|
/frameworks/base/core/java/android/content/ |
D | DefaultDataHandler.java | 90 Xml.parse(in, Xml.Encoding.UTF_8, this); in insert() 96 Xml.parse(in, this); in insert() 104 uri = Uri.parse(uriStr); in parseRow() 176 Uri u = Uri.parse(atts.getValue(URI_STR)); in startElement()
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
D | SafeSaxTest.java | 103 Xml.parse(xml, root.getContentHandler()); in testListener() 120 Xml.parse(xml, root.getContentHandler()); in testMissingRequiredChild() 138 Xml.parse(xml, root.getContentHandler()); in testMixedContent() 175 Xml.parse(inputStream, Xml.Encoding.UTF_8, new YouTubeContentHandler(videoAdapter)); in pureSaxTest() 183 Xml.parse(inputStream, Xml.Encoding.UTF_8, newContentHandler(videoAdapter)); in saxyModelTest() 191 Xml.parse(inputStream, Xml.Encoding.UTF_8, contentHandler); in saxyModelTest()
|
/frameworks/base/voip/jni/rtp/ |
D | RtpStream.cpp | 32 extern int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss); 43 if (parse(env, jAddress, 0, &ss) < 0) { in create()
|
/frameworks/base/core/java/android/net/ |
D | MailTo.java | 64 public static MailTo parse(String url) throws ParseException { in parse() method in MailTo 73 Uri email = Uri.parse(noScheme); in parse()
|
/frameworks/base/core/java/android/webkit/ |
D | JniUtil.java | 106 Uri uri = Uri.parse(url); in contentUrlSize() 146 Uri uri = Uri.parse(url); in contentUrlStream()
|
/frameworks/base/libs/ui/ |
D | VirtualKeyMap.cpp | 65 status = parser.parse(); in load() 93 status_t VirtualKeyMap::Parser::parse() { in parse() function in android::VirtualKeyMap::Parser
|