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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java132 public static final String VISIBLE_CONTACTS = "visible_contacts"; field in interface:ContactsDatabaseHelper.Tables
309 "EXISTS (SELECT _id FROM " + Tables.VISIBLE_CONTACTS
311 + "=" + Tables.VISIBLE_CONTACTS +"." + Contacts._ID + ")";
1166 db.execSQL("CREATE TABLE " + Tables.VISIBLE_CONTACTS + " (" +
1357 + " DELETE FROM " + Tables.VISIBLE_CONTACTS
3154 db.execSQL("CREATE TABLE " + Tables.VISIBLE_CONTACTS + " (" +
3157 db.execSQL("INSERT INTO " + Tables.VISIBLE_CONTACTS +
3662 updateIndexStats(db, Tables.VISIBLE_CONTACTS,
4085 db.execSQL("DELETE FROM " + Tables.VISIBLE_CONTACTS +
4092 db.execSQL("INSERT INTO " + Tables.VISIBLE_CONTACTS
[all...]

Completed in 49 milliseconds