Home
last modified time | relevance | path

Searched refs:insertPostalAddress (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java245 insertPostalAddress(rawContactId, "1600 Amphitheatre Pkwy\nMountain View, CA 94043"); in testSearchIndexForStructuredPostal()
251 insertPostalAddress(rawContactId, values); in testSearchIndexForStructuredPostal()
DBaseContactsProvider2Test.java365 protected Uri insertPostalAddress(long rawContactId, String formattedAddress) { in insertPostalAddress() method in BaseContactsProvider2Test
375 protected Uri insertPostalAddress(long rawContactId, ContentValues values) { in insertPostalAddress() method in BaseContactsProvider2Test
DContactsProvider2Test.java3226 Uri dataUri = insertPostalAddress(rawContactId, "1600 Amphiteatre Ave, Mountain View"); in testPostalsQuery()
3244 Uri dataUri2 = insertPostalAddress(rawContactId, "1600 Amphiteatre Ave, Mountain View"); in testPostalsQuery()