Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 11 of 11) sorted by relevance

/cts/tests/libcore/wycheproof-bc/src/android/libcore/cts/wycheproof/
DBouncyCastleSupportProvider.java30 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/
DSimpleActivity.kt33 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()
DRecordService.kt43 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/
DBluetoothIntentsTest.java50 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/
DLauncherRule.java67 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/
Dpoc.cpp62 } PREFIX; typedef
89 PREFIX *prefix;
102 PREFIX *prefix;
166 PREFIX defaultPrefix;
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DRequestPinAppWidgetTest.java159 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/
DSessionCommitBroadcastTest.java189 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/
DSliceManagerTest.java178 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/
DStagedInstallTest.java862 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/
Dcurrent.txt36405 field public static final String PREFIX = "data4";