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.java246 insertPostalAddress(rawContactId, "1600 Amphitheatre Pkwy\nMountain View, CA 94043"); in testSearchIndexForStructuredPostal()
252 insertPostalAddress(rawContactId, values); in testSearchIndexForStructuredPostal()
DBaseContactsProvider2Test.java383 protected Uri insertPostalAddress(long rawContactId, String formattedAddress) { in insertPostalAddress() method in BaseContactsProvider2Test
393 protected Uri insertPostalAddress(long rawContactId, ContentValues values) { in insertPostalAddress() method in BaseContactsProvider2Test
DContactsProvider2Test.java3118 Uri dataUri = insertPostalAddress(rawContactId, "1600 Amphiteatre Ave, Mountain View"); in testPostalsQuery()
3136 Uri dataUri2 = insertPostalAddress(rawContactId, "1600 Amphiteatre Ave, Mountain View"); in testPostalsQuery()