Home
last modified time | relevance | path

Searched defs:testKey (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/defaultapps/
DDefaultAppsPickerBasePreferenceControllerTest.java118 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/
DDefaultAppsPickerBasePreferenceControllerTest.java118 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 DSettingsProviderTest.java74 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 DLoadBalancerTest.java169 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 DAbstractSelectionKeyTest.java32 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 DCensusHttpModuleTest.java87 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/
DWidgetAddFlowHandlerTest.kt57 val testKey = "testKey" in valuesShouldRemainTheSame_beforeAndAfter_parcelization() constant
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSCaptivePortalAppTest.kt124 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 DCertificateProviderStoreTest.java143 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 DMediaController2Test.java213 final String testKey = "test_key"; in testBuilder_setConnectionHints_withFrameworkParcelable() local
234 final String testKey = "test_key"; in testBuilder_setConnectionHints_withCustomParcelable() local
H A DMediaSessionTest.java985 final String testKey = "test_key"; in testSessionInfoWithFrameworkParcelable() local
1010 final String testKey = "test_key"; in testSessionInfoWithCustomParcelable() local
H A DMediaSession2Test.java176 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 DStringMapTest.cpp24 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 DAndroidPackageTest.kt730 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 DKMCose.java529 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 DKeyEventInterceptTest.java130 private void testKey(int keyCode) { in testKey() method in KeyEventInterceptTest
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/sandbox/
DSandboxConfigDumpTest.java119 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 DEnhancedClientGetOverheadBenchmark.java77 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/
DX509UtilsTest.java73 KeyPair testKey = generateEcdsaKeyPair(); in testGetAndFormatRawPublicKey() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowSharedPreferencesTest.java204 final String testKey = "foo"; in shouldTriggerRegisteredListeners() local
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp170 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 DAudioMetadataTest.java61 public void testKey() throws Exception { in testKey() method in AudioMetadataTest
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dgeneric_operation.h174 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 DX509CertSelectorTest.java147 private static final String testKey = field in X509CertSelectorTest
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/performance/tests/
DEmmcPerformanceTest.java202 String testKey, in runTest()

12