/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaDrmTest.java | 53 private void testSingleScheme(UUID scheme) throws Exception { in testSingleScheme() argument 54 MediaDrm md = new MediaDrm(scheme); in testSingleScheme() 65 for (UUID scheme : supportedCryptoSchemes) { in testSupportedCryptoSchemes() 66 Log.d(TAG, "supported scheme: " + scheme.toString()); in testSupportedCryptoSchemes() 67 assertTrue(MediaDrm.isCryptoSchemeSupported(scheme)); in testSupportedCryptoSchemes() 68 testSingleScheme(scheme); in testSupportedCryptoSchemes() 75 for (UUID scheme : supportedCryptoSchemes) { in testGetLogMessages() 76 MediaDrm drm = new MediaDrm(scheme); in testGetLogMessages() 81 Log.w(TAG, scheme.toString() + ": not provisioned", e); in testGetLogMessages() 92 Log.w(TAG, scheme.toString() + ": no LogMessage support", e); in testGetLogMessages() [all …]
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStoreIntentsTest.java | 123 for (String scheme : schemes) { in testViewImageFile() 126 final Uri uri = new Uri.Builder().scheme(scheme) in testViewImageFile() 142 for (String scheme : schemes) { in testViewVideoFile() 145 final Uri uri = new Uri.Builder().scheme(scheme) in testViewVideoFile() 161 for (String scheme : schemes) { in testViewAudioFile() 164 final Uri uri = new Uri.Builder().scheme(scheme) in testViewAudioFile()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | MediaDrmDeviceInfo.java | 46 for (UUID scheme : supportedCryptoSchemes) { in collectDeviceInfo() 47 Log.i(TAG, scheme.toString()); in collectDeviceInfo() 49 store.addResult("scheme_uuid ", scheme.toString()); in collectDeviceInfo() 50 try (MediaDrm mediaDrm = new MediaDrm(scheme)) { in collectDeviceInfo() 63 Log.e(TAG + "scheme", String.valueOf(scheme)); in collectDeviceInfo()
|
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/ |
D | VirtualDeviceDrmTest.java | 74 for (UUID scheme : MediaDrm.getSupportedCryptoSchemes()) { in activityOnVirtualDevice_isCryptoSchemeSupported_testUnsupported() 86 scheme, mime, level)).that( in activityOnVirtualDevice_isCryptoSchemeSupported_testUnsupported() 87 mDrmActivity.isCryptoSchemeSupported(scheme, mime, level)).isFalse(); in activityOnVirtualDevice_isCryptoSchemeSupported_testUnsupported() 95 for (UUID scheme : MediaDrm.getSupportedCryptoSchemes()) { in activityOnVirtualDevice_openSession_verifyDowngradedSecurityLevel() 105 assertThat(mDrmActivity.getSecurityLevel(scheme, level)).isAtMost( in activityOnVirtualDevice_openSession_verifyDowngradedSecurityLevel()
|
/cts/tests/tests/netsecpolicy/src/android/security/ |
D | NetworkSecurityPolicyTestBase.java | 87 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build(); in assertCleartextHttpURLConnectionSucceeds() 110 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build(); in assertCleartextHttpURLConnectionBlocked() 131 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build(); in assertAndroidHttpClientCleartextRequestSucceeds() 148 Uri uri = Uri.parse(url.toString()).buildUpon().scheme(null).authority(null).build(); in assertAndroidHttpClientCleartextRequestBlocked() 174 uri = uri.buildUpon().scheme(null).authority(null).build(); in assertMediaPlayerCleartextRequestSucceeds() 192 uri = uri.buildUpon().scheme(null).authority(null).build(); in assertMediaPlayerCleartextRequestBlocked() 201 uri = uri.buildUpon().scheme(null).authority(null).build(); in testDownloadManager()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | ConditionTest.java | 40 private final Uri mConditionId = new Uri.Builder().scheme("scheme") 135 Uri uri = new Uri.Builder().authority(pkg).scheme(Condition.SCHEME).build(); in testIsValidId_wrongAuthority() 142 Uri uri = new Uri.Builder().authority(pkg).scheme(Condition.SCHEME).build(); in testIsValidId()
|
D | AutomaticZenRuleTest.java | 47 private final Uri mConditionId = new Uri.Builder().scheme("scheme") 101 final Uri newConditionId = new Uri.Builder().scheme("scheme") in testSetConditionId()
|
D | NotificationChannelTest.java | 240 Uri expected = new Uri.Builder().scheme("fruit").appendQueryParameter("favorite", "bananas") in testSound()
|
/cts/hostsidetests/appsecurity/test-apps/tinyapp/ |
D | Android.bp | 70 // This is the test package signed using the V3 signature scheme 85 // This is the test package signed using the V3 signature scheme with 101 // This is the test package signed using the V3 signature scheme with 118 // This is the test package signed using the V3 signature scheme with 136 // This is the test package signed using the V3 signature scheme with 159 // This is the test package signed using the V3 signature scheme with 177 // This is the test package signed using the V3 signature scheme with 217 // This is the first companion package signed using the V3 signature scheme 235 // This is the first companion package signed using the V3 signature scheme 253 // This is the companion package signed using the V3 signature scheme with [all …]
|
/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/ |
D | TransformerAndroidTestRunner.java | 307 String scheme = mediaItemUri.getScheme(); in runInternal() local 308 if (scheme != null && (scheme.equals("http") || scheme.equals("https"))) { in runInternal()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockConditionProvider.java | 78 return new Uri.Builder().scheme("scheme") in toConditionId()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallRedirectionServiceTest.java | 65 .scheme(PhoneAccount.SCHEME_TEL) 69 .scheme(PhoneAccount.SCHEME_TEL) 73 .scheme(PhoneAccount.SCHEME_TEL)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | ByodProvisioningTestActivity.java | 87 return new Uri.Builder().scheme(ContentResolver.SCHEME_ANDROID_RESOURCE) in getResourceUri()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Utils.java | 46 .scheme(ContentResolver.SCHEME_ANDROID_RESOURCE) in getAsResourceUri()
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 9 the following naming scheme:
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | SearchUtil.java | 125 .scheme(ContentResolver.SCHEME_CONTENT) in getSearchUri()
|
/cts/tests/tests/packageinstaller/contentprovider/src/android/packageinstaller/contentprovider/cts/ |
D | ContentProviderAppVisibilityTestsBase.kt | 103 builder.scheme(ContentResolver.SCHEME_CONTENT) in getContentSchemeIntent()
|
/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceProvider.java | 65 .scheme(ContentResolver.SCHEME_CONTENT) in onGetSliceDescendants()
|
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | CtsTextClassifierService.java | 61 .scheme("content")
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tunnelmode/ |
D | VolumeLevelChangesActivity.java | 90 .scheme(ContentResolver.SCHEME_ANDROID_RESOURCE) in getAsResourceUri()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | MmsTest.java | 387 .scheme(ContentResolver.SCHEME_CONTENT) in sendMmsMessage() 559 .scheme(ContentResolver.SCHEME_CONTENT) in downloadMultimediaMessage()
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
D | ContentTest.java | 271 .scheme(ContentResolver.SCHEME_CONTENT) in getBasicContentProviderUri()
|
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
D | ConditionProviderServiceTest.java | 278 .scheme(Condition.SCHEME) in addRule()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/ |
D | ModeSwitchingTestActivity.java | 118 .scheme(ContentResolver.SCHEME_ANDROID_RESOURCE) in getAsResourceUri()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 1459 final String scheme = schemesIterator.next(); in handlesWebUris() local 1460 final boolean isWebScheme = "http".equals(scheme) || "https".equals(scheme); in handlesWebUris()
|