Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java422 public static final String CONTACT_VISIBLE = field
1966 + "CAST(" + Clauses.CONTACT_VISIBLE + " AS INTEGER) AS " in createContactsViews()
DContactsProvider2.java3386 Clauses.CONTACT_VISIBLE + " DESC, " + Data.RAW_CONTACT_ID); in insertStatusUpdate()