Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java258 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_ACCOUNT_KEY_1); in testAccountKeyCreation() local
283 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_ACCOUNT_KEY_1); in testStoredKeySelection() local
296 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in testNoValidKey() local
306 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_ACCOUNT_KEY_2); in testDisableAfter10Failures() local
320 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in testIgnoreAfterTimeout() local
336 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in testInvalidPairingKey() local
352 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in testNoPairingKey() local
367 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in testValidPairingKeyAutoAccept() local
387 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in testValidPairingKeyNoAutoAccept() local
405 FastPairUtils.AccountKey testKey = new FastPairUtils.AccountKey(TEST_SHARED_SECRET); in receivedAccountKey() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/defaultapps/
H A 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
/aosp12/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
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
H A DX509UtilsTest.java68 KeyPair testKey = generateEcdsaKeyPair(); in testGetAndFormatRawPublicKey() local
/aosp12/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp166 bool testKey = static_cast<bool>(pubKey->getMap().get(CoseKey::TEST_KEY)); in validateAndExtractPubkeys() local
/aosp12/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
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java3763 final String testKey = "testkey"; in testCaptivePortalApp() local