Searched defs:VISIBLE_CONTACTS (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java170 public static final String VISIBLE_CONTACTS = "visible_contacts"; field in interface:ContactsDatabaseHelper.Tables
408 "EXISTS (SELECT _id FROM " + Tables.VISIBLE_CONTACTS
410 + "=" + Tables.VISIBLE_CONTACTS +"." + Contacts._ID + ")";
1581 db.execSQL("CREATE TABLE " + Tables.VISIBLE_CONTACTS + " (" +
1751 + " DELETE FROM " + Tables.VISIBLE_CONTACTS
3700 updateIndexStats(db, Tables.VISIBLE_CONTACTS,
4175 "DELETE FROM " + Tables.VISIBLE_CONTACTS +
4183 "INSERT INTO " + Tables.VISIBLE_CONTACTS +
4188 Contacts._ID + " NOT IN " + Tables.VISIBLE_CONTACTS +

Completed in 46 milliseconds