Searched refs:accountHashCodes (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLookupKeyTest.java224 private void assertLookupKey(String lookupKey, int[] accountHashCodes, int[] types, argument
230 for (int i = 0; i < accountHashCodes.length; i++) {
232 assertEquals(accountHashCodes[i], segment.accountHashCode);

Completed in 83 milliseconds