Home
last modified time | relevance | path

Searched refs:uriString (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20918/test-app/src/android/security/cts/CVE_2023_20918_test/
DDeviceTest.java85 final String uriString = context.getString(R.string.contentUri); in testCVE_2023_20918() local
87 context.getContentResolver().openOutputStream(Uri.parse(uriString));) { in testCVE_2023_20918()
100 Intent innerIntent = new Intent(Intent.ACTION_MAIN, Uri.parse(uriString)); in testCVE_2023_20918()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DRingtoneTest.java105 private static Uri getUriWithoutUserId(String uriString) { in getUriWithoutUserId() argument
106 if (uriString == null) { in getUriWithoutUserId()
109 return getUriWithoutUserId(Uri.parse(uriString)); in getUriWithoutUserId()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java683 String uriString = requestLine.getUri(); in getResponse() local
684 Log.i(TAG, requestLine.getMethod() + ": " + uriString); in getResponse()
687 mQueries.add(uriString); in getResponse()
689 if (mRequestCountMap.containsKey(uriString)) { in getResponse()
690 requestCount = mRequestCountMap.get(uriString); in getResponse()
692 mRequestCountMap.put(uriString, requestCount + 1); in getResponse()
693 mLastRequestMap.put(uriString, request); in getResponse()
706 URI uri = URI.create(uriString); in getResponse()
814 Uri androidUri = Uri.parse(uriString); in getResponse()
860 Uri parsedUri = Uri.parse(uriString); in getResponse()
[all …]
/cts/tests/tests/tv/src/android/media/tv/ad/cts/
DTvAdServiceTest.java586 private static Uri createTestUri(String uriString) { in createTestUri() argument
587 return Uri.parse(uriString); in createTestUri()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1436 private InputStream getInputStreamFromUriForTest(String uriString) { in getInputStreamFromUriForTest() argument
1438 return mResolver.openInputStream(Uri.parse(uriString)); in getInputStreamFromUriForTest()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java2264 var uriString = intent.toUri(Intent.URI_INTENT_SCHEME); in testEncoding() local
2265 var deserialized = Intent.parseUri(uriString, Intent.URI_INTENT_SCHEME); in testEncoding()
2267 assertThat(uriString).isEqualTo( in testEncoding()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java343 final String uriString = getFromTestApp(testApp, path, actionName) in createImageEntryForUriAs() local
345 return Uri.parse(uriString); in createImageEntryForUriAs()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java539 private static Uri createTestUri(String uriString) { in createTestUri() argument
540 return Uri.parse(uriString); in createTestUri()