Home
last modified time | relevance | path

Searched defs:contact_methods (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java300 matcher.addURI(authority, "people/#/contact_methods", PEOPLE_CONTACTMETHODS); in matcher.addURI()
303 matcher.addURI(authority, "people/#/contact_methods/#", PEOPLE_CONTACTMETHODS_ID); in matcher.addURI()
323 matcher.addURI(authority, "contact_methods", CONTACTMETHODS); in matcher.addURI()
326 matcher.addURI(authority, "contact_methods/#", CONTACTMETHODS_ID); in matcher.addURI()
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testSynced/
Dlegacy_contacts.sql12 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES peopl… table
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/test1/
Dlegacy_contacts.sql14 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES peopl… table
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dlegacy_contacts.sql11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES peopl… table