Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java196 public static final String RAW_CONTACTS_RESTRICTED = "view_raw_contacts_restricted"; field
1046 db.execSQL("DROP VIEW IF EXISTS " + Views.RAW_CONTACTS_RESTRICTED + ";"); in createContactsViews()
1145 db.execSQL("CREATE VIEW " + Views.RAW_CONTACTS_RESTRICTED + " AS " + rawContactsSelect in createContactsViews()
1785 Views.RAW_CONTACTS_ALL : Views.RAW_CONTACTS_RESTRICTED; in getRawContactView()