Home
last modified time | relevance | path

Searched defs:expectedKeys (Results 1 – 5 of 5) 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/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/SdkExtensions/javatests/com/android/os/ext/
DSdkExtensionsTest.java101 Set<Integer> expectedKeys = new HashSet<>(); in testGetAllExtensionVersionsKeys() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java307 private void verifyKeys(final Iterator<String> resultKeys, final String[] expectedKeys) in verifyKeys()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java734 String[] expectedKeys = new String[expected.size()]; in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup() local