Home
last modified time | relevance | path

Searched defs:expectedKeys (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairAccountKeyStorageTest.java243 ArrayList<AccountKey> expectedKeys = in testAddKeyWhileStorageEmpty_keyAdded() local
262 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testAddKeyWhileStorageAtMax_keyAddedAndLruDropped() local
285 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testAddKeyAlreadyInStorage_KeysLruPositionReset() local
308 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testAddNullKey_nothingHappens() local
328 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testRemoveKeyInStorage_keyRemoved() local
355 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testRemoveKeyNotInStorage_keysUnchanged() local
379 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testRemoveNullKey_nothingHappens() local
403 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testClearKeys_keysEmpty() local
460 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testLoadWhileUserUnlocked_loadSucceeds() local
493 ArrayList<AccountKey> expectedKeys = new ArrayList<AccountKey>(List.of( in testCommitWhileUserUnlocked_commitSucceeds() local
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkDexVerifierUnitTest.java85 String[] expectedKeys = { in getApiTokens_fullyQualifiedRule() local
107 String[] expectedKeys = { in getApiTokens_classAndMethodRule() local
131 String[] expectedKeys = { in getApiTokens_multiParam() local
154 String[] expectedKeys = { in getApiTokens_classReturn() local
170 String[] expectedKeys = { in getApiTokens_classAndParams() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DToggleReduceBrightColorsPreferenceFragmentTest.java52 String[] expectedKeys = {KEY_SHORTCUT, KEY_SWITCH}; in getRawDataToIndex_flagOn_returnPreferencesCreatedInCodes() local
DToggleDaltonizerPreferenceFragmentTest.java170 String[] expectedKeys = {KEY_SHORTCUT_PREFERENCE, KEY_SWITCH_PREFERENCE}; in getRawDataToIndex_flagOn_returnAllIndexablePreferences() local
DToggleColorInversionPreferenceFragmentTest.java205 String[] expectedKeys = {KEY_SHORTCUT_PREFERENCE, KEY_SWITCH_PREFERENCE}; in getRawDataToIndex_flagOn_returnAllIndexablePreferences() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java222 final ExpectedKey[] expectedKeys = joinKeys(keys); in insertKeysAtRow() local
239 final ExpectedKey[] expectedKeys = joinKeys(keys); in addKeysOnTheLeftOfRow() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/aggregation/
DAggregateEncryptionKeyManagerTest.java142 List<AggregateEncryptionKey> expectedKeys = getExpectedKeys(LOCALHOST); in getAggregateEncryptionKeys_localhostCoordinator_doesNotCacheKeys() local
/packages/modules/SdkExtensions/javatests/com/android/os/ext/
DSdkExtensionsTest.java169 Set<Integer> expectedKeys = new HashSet<>(); in testGetAllExtensionVersionsKeys() local
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/vendor/
DOnDevicePersonalizationVendorDataDaoTest.java137 Set<String> expectedKeys = new HashSet<>(); in testGetAllVendorKeys() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java308 private void verifyKeys(final Iterator<String> resultKeys, final String[] expectedKeys) in verifyKeys()
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserSettingsTest.java229 String[] expectedKeys = {KEY_ALLOW_MULTIPLE_USERS, KEY_USER_SETTINGS_SCREEN, KEY_ADD_USER}; in testGetRawDataToIndex_returnAllIndexablePreferences() local
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java679 String[] expectedKeys = new String[expected.size()]; in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup() local