Home
last modified time | relevance | path

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

/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
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/vendor/
DOnDevicePersonalizationLocalDataDaoTest.java90 String testKey = "largeKey"; in testDeleteLocalDataRow_largeData_fileDeleted() local
115 String testKey = "largeKey"; in testUpdateOrInsertLocalData_largeData_fileDeleted() local
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DWidgetAddFlowHandlerTest.kt57 val testKey = "testKey" in valuesShouldRemainTheSame_beforeAndAfter_parcelization() constant
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSCaptivePortalAppTest.kt124 val testKey = "testkey" in startCaptivePortalApp() constant
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DX509UtilsTest.java73 KeyPair testKey = generateEcdsaKeyPair(); in testGetAndFormatRawPublicKey() local