Searched refs:lookupUri2 (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 124 Uri lookupUri2 = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, accountHashCode2 + "i1"); in testLookupKeySameSourceIdDifferentAccounts() local 125 assertStoredValue(lookupUri2, Contacts._ID, contactId2); in testLookupKeySameSourceIdDifferentAccounts()
|
D | ContactsProvider2Test.java | 1629 Uri lookupUri2 = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, "4664411"); in testPhoneLookup() local 1630 assertEquals(2, getCount(lookupUri2, null, null)); in testPhoneLookup() 1633 lookupUri2 = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, "7994664411"); in testPhoneLookup() 1634 assertEquals(0, getCount(lookupUri2, null, null)); in testPhoneLookup() 1662 Uri lookupUri2 = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, "wrong@sip"); in testSipPhoneLookup() local 1663 assertEquals(0, getCount(lookupUri2, null, null)); in testSipPhoneLookup() 1795 Uri lookupUri2; in testPhoneLookupUseCases() local 1810 lookupUri2 = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, "+1 650 861 0000"); in testPhoneLookupUseCases() 1811 assertEquals(1, getCount(lookupUri2, null, null)); in testPhoneLookupUseCases() 1814 lookupUri2 = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, "650 861 0000"); in testPhoneLookupUseCases() [all …]
|