/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/defaultapps/ |
D | DefaultAppsPickerBasePreferenceControllerTest.java | 118 String testKey = "testKey"; in refreshUi_hasAdditionalCandidate_hasTwoElements() local 133 String testKey = "testKey"; in refreshUi_hasAdditionalCandidateAsDefault_secondElementIsSelected() local 150 String testKey = "testKey"; in performClick_currentDefaultApp_nothingHappened() local 179 String testKey = "testKey"; in performClick_otherOptionNoMessage_otherOptionSelected() local 209 String testKey = "testKey"; in performClick_otherOptionHasMessage_dialogOpened() local 237 String testKey = "testKey"; in performClick_otherOptionNoMessage_newKeySet() local
|
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/applications/defaultapps/ |
D | DefaultAppsPickerBasePreferenceControllerTest.java | 118 String testKey = "testKey"; in refreshUi_hasAdditionalCandidate_hasTwoElements() local 133 String testKey = "testKey"; in refreshUi_hasAdditionalCandidateAsDefault_secondElementIsSelected() local 150 String testKey = "testKey"; in performClick_currentDefaultApp_nothingHappened() local 179 String testKey = "testKey"; in performClick_otherOptionNoMessage_otherOptionSelected() local 209 String testKey = "testKey"; in performClick_otherOptionHasMessage_dialogOpened() local 237 String testKey = "testKey"; in performClick_otherOptionNoMessage_newKeySet() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | SettingsProviderTest.java | 74 final String testKey = "testRowNameContentUriForSecure"; in testRowNameContentUriForSecure() local 83 Settings.Secure.putString(getContext().getContentResolver(), testKey, null); in testRowNameContentUriForSecure() local 89 final String testKey = Settings.System.VIBRATE_ON; in testRowNameContentUriForSystem() local 104 Settings.System.putString(getContext().getContentResolver(), testKey, oldValue); in testRowNameContentUriForSystem() local 110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri() 182 final String testKey = "testSettingsChangeForOtherUser"; in testSettingsChangeForOtherUser() local
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | LoadBalancerTest.java | 169 CreateSubchannelArgs.Key<String> testKey = CreateSubchannelArgs.Key.create("test-key"); in createSubchannelArgs_option_keyOps() local 184 CreateSubchannelArgs.Key<String> testKey = CreateSubchannelArgs.Key.create("test-key"); in createSubchannelArgs_option_addGet() local 197 CreateSubchannelArgs.Key<String> testKey = CreateSubchannelArgs.Key.create("test-key"); in createSubchannelArgs_option_lastOneWins() local 209 CreateSubchannelArgs.Key<Object> testKey = CreateSubchannelArgs.Key.create("test-key"); in createSubchannelArgs_build() local 224 CreateSubchannelArgs.Key<String> testKey = CreateSubchannelArgs.Key.create("test-key"); in createSubchannelArgs_toString() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
H A D | AbstractSelectionKeyTest.java | 32 MockSelectionKey testKey = new MockSelectionKey(); in test_isValid() local 40 MockSelectionKey testKey = new MockSelectionKey(); in test_cancel() local
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-http/src/test/java/com/google/cloud/http/ |
H A D | CensusHttpModuleTest.java | 87 String testKey = "testKey"; in implementationOfDefaultTextFormatSetter() local 91 setter.put(httpRequest.getHeaders(), testKey, testValue); in implementationOfDefaultTextFormatSetter() local
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/ |
D | WidgetAddFlowHandlerTest.kt | 57 val testKey = "testKey" in valuesShouldRemainTheSame_beforeAndAfter_parcelization() constant
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/ |
D | CSCaptivePortalAppTest.kt | 124 val testKey = "testkey" in startCaptivePortalApp() constant
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/ |
H A D | CertificateProviderStoreTest.java | 143 PrivateKey testKey = mock(PrivateKey.class); in onePluginSameConfig_sameInstance() local 179 PrivateKey testKey = mock(PrivateKey.class); in onePluginSameConfig_secondWatcherAfterFirstNotify() local
|
/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
H A D | MediaController2Test.java | 213 final String testKey = "test_key"; in testBuilder_setConnectionHints_withFrameworkParcelable() local 234 final String testKey = "test_key"; in testBuilder_setConnectionHints_withCustomParcelable() local
|
H A D | MediaSessionTest.java | 985 final String testKey = "test_key"; in testSessionInfoWithFrameworkParcelable() local 1010 final String testKey = "test_key"; in testSessionInfoWithCustomParcelable() local
|
H A D | MediaSession2Test.java | 176 final String testKey = "test_key"; in testBuilder_setExtras_withFrameworkParcelable() local 196 final String testKey = "test_key"; in testBuilder_setExtras_withCustomParcelable() local
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | StringMapTest.cpp | 24 static const char testKey[]; member in __anon55ab63410111::StringMapTest 72 const char StringMapTest::testKey[] = "key"; member in __anon55ab63410111::StringMapTest
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
H A D | AndroidPackageTest.kt | 730 private fun testKey() = KeyPairGenerator.getInstance("RSA") in <lambda>() method
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMCose.java | 529 short testKey = in constructCoseKey() local 533 KMArray.cast(arrPtr).add((short) (KMArray.cast(arrPtr).length() - 1), testKey); in constructCoseKey() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | KeyEventInterceptTest.java | 130 private void testKey(int keyCode) { in testKey() method in KeyEventInterceptTest
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/sandbox/ |
D | SandboxConfigDumpTest.java | 119 private String testKey = "key"; field in SandboxConfigDumpTest.TestKeystore
|
/aosp_15_r20/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/enhanced/dynamodb/ |
H A D | EnhancedClientGetOverheadBenchmark.java | 77 private final Key testKey = Key.builder().partitionValue("key").build(); field in EnhancedClientGetOverheadBenchmark
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/ |
D | X509UtilsTest.java | 73 KeyPair testKey = generateEcdsaKeyPair(); in testGetAndFormatRawPublicKey() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowSharedPreferencesTest.java | 204 final String testKey = "foo"; in shouldTriggerRegisteredListeners() local
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | remote_provisioning_utils.cpp | 170 bool testKey = static_cast<bool>(pubKey->getMap().get(CoseKey::TEST_KEY)); in validateAndExtractPubkeys() local
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | AudioMetadataTest.java | 61 public void testKey() throws Exception { in testKey() method in AudioMetadataTest
|
/aosp_15_r20/system/teeui/libteeui/include/teeui/ |
H A D | generic_operation.h | 174 constexpr const auto testKey = AuthTokenKey::fill(static_cast<uint8_t>(TestKeyBits::BYTE)); in deliverTestCommand() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/security/cert/ |
H A D | X509CertSelectorTest.java | 147 private static final String testKey = field in X509CertSelectorTest
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | EmmcPerformanceTest.java | 202 String testKey, in runTest()
|