/cts/tests/libcore/wycheproof-bc/src/android/libcore/cts/wycheproof/ |
D | BouncyCastleSupportProvider.java | 30 private static final String PREFIX = "com.android.org.conscrypt."; field in BouncyCastleSupportProvider 39 put("SecureRandom.SHA1PRNG", PREFIX + "OpenSSLRandom"); in BouncyCastleSupportProvider() 42 put("MessageDigest.SHA-1", PREFIX + "OpenSSLMessageDigestJDK$SHA1"); in BouncyCastleSupportProvider() 43 put("MessageDigest.SHA-224", PREFIX + "OpenSSLMessageDigestJDK$SHA224"); in BouncyCastleSupportProvider() 44 put("MessageDigest.SHA-256", PREFIX + "OpenSSLMessageDigestJDK$SHA256"); in BouncyCastleSupportProvider() 45 put("MessageDigest.SHA-384", PREFIX + "OpenSSLMessageDigestJDK$SHA384"); in BouncyCastleSupportProvider() 46 put("MessageDigest.SHA-512", PREFIX + "OpenSSLMessageDigestJDK$SHA512"); in BouncyCastleSupportProvider()
|
/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/ |
D | SimpleActivity.kt | 33 val PREFIX = "android.media.audio.cts."+ getAppName() constant in android.media.audio.cts.audiorecordpermissiontests.common.SimpleActivity 42 PREFIX + ACTION_ACTIVITY_DO_FINISH -> { in onCreate() 45 sendBroadcast(Intent(PREFIX + ACTION_ACTIVITY_FINISHED) in onCreate() 52 recv, IntentFilter(PREFIX + ACTION_ACTIVITY_DO_FINISH), Context.RECEIVER_EXPORTED) in onCreate() 58 sendBroadcast(Intent(PREFIX + ACTION_ACTIVITY_STARTED).setPackage(TARGET_PACKAGE)) in onResume()
|
D | RecordService.kt | 43 val PREFIX = "android.media.audio.cts." + getAppName() constant in android.media.audio.cts.audiorecordpermissiontests.common.RecordService 53 PREFIX + ACTION_START_RECORD -> { in onStartCommand() 68 PREFIX + ACTION_STOP_RECORD -> { in onStartCommand() 103 sendBroadcast(Intent(PREFIX + ACTION_FINISH_TEARDOWN).setPackage(TARGET_PACKAGE)) in cleanup() 144 sendBroadcast(Intent(PREFIX + ACTION_BEGAN_RECEIVE_AUDIO) in record() 151 sendBroadcast(Intent(PREFIX + ACTION_BEGAN_RECEIVE_SILENCE) in record()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | BluetoothIntentsTest.java | 50 private static final String PREFIX = "android.btopp.intent.action."; field in BluetoothIntentsTest 59 should_be_protected_broadcast.setAction(PREFIX + action); in genericIntentTest() 68 + PREFIX in genericIntentTest()
|
/cts/hostsidetests/install/src/android/cts/install/host/ |
D | LauncherRule.java | 67 final String PREFIX = "Launcher: ComponentInfo{"; in fetchDefaultLauncher() local 71 if (s.startsWith(PREFIX) && s.endsWith(POSTFIX)) { in fetchDefaultLauncher() 72 return s.substring(PREFIX.length(), s.length() - POSTFIX.length()); in fetchDefaultLauncher()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/ |
D | poc.cpp | 62 } PREFIX; typedef 89 PREFIX *prefix; 102 PREFIX *prefix; 166 PREFIX defaultPrefix;
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | RequestPinAppWidgetTest.java | 159 final String PREFIX = "Launcher: ComponentInfo{"; in getDefaultLauncher() local 162 if (s.startsWith(PREFIX) && s.endsWith(POSTFIX)) { in getDefaultLauncher() 163 return s.substring(PREFIX.length(), s.length() - POSTFIX.length()); in getDefaultLauncher()
|
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/ |
D | SessionCommitBroadcastTest.java | 189 final String PREFIX = "Launcher: ComponentInfo{"; in getDefaultLauncher() local 192 if (s.startsWith(PREFIX) && s.endsWith(POSTFIX)) { in getDefaultLauncher() 193 return s.substring(PREFIX.length(), s.length() - POSTFIX.length()); in getDefaultLauncher()
|
/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceManagerTest.java | 178 final String PREFIX = "Launcher: ComponentInfo{"; in getDefaultLauncher() local 181 if (s.startsWith(PREFIX) && s.endsWith(POSTFIX)) { in getDefaultLauncher() 182 return s.substring(PREFIX.length(), s.length() - POSTFIX.length()); in getDefaultLauncher()
|
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/ |
D | StagedInstallTest.java | 862 final String PREFIX = "Launcher: ComponentInfo{"; in storeDefaultLauncher() local 866 if (s.startsWith(PREFIX) && s.endsWith(POSTFIX)) { in storeDefaultLauncher() 867 mDefaultLauncher = s.substring(PREFIX.length(), s.length() - POSTFIX.length()); in storeDefaultLauncher()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 36405 field public static final String PREFIX = "data4";
|