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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java165 public static final String AGGREGATED_PRESENCE = "agg_presence"; field in interface:ContactsDatabaseHelper.Tables
634 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID;
1111 db.execSQL("DELETE FROM " + Tables.AGGREGATED_PRESENCE + ";");
1169 + Tables.AGGREGATED_PRESENCE + " ("+
1179 + " DELETE FROM " + Tables.AGGREGATED_PRESENCE
1195 "INSERT OR REPLACE INTO " + Tables.AGGREGATED_PRESENCE + "("
3735 updateIndexStats(db, Tables.AGGREGATED_PRESENCE, null, "1");
3787 db.execSQL("DELETE FROM " + Tables.AGGREGATED_PRESENCE + ";");

Completed in 64 milliseconds