/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 203 public static final String PRESENCE = "presence"; field 653 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE; 668 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE; 1107 db.execSQL("DELETE FROM " + Tables.PRESENCE + ";"); in onOpen() 1147 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.PRESENCE + " ("+ in createPresenceTables() 1155 StatusUpdates.PRESENCE + " INTEGER," + in createPresenceTables() 1162 + Tables.PRESENCE + " (" + PresenceColumns.RAW_CONTACT_ID + ");"); in createPresenceTables() 1164 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID + ");"); in createPresenceTables() 1170 StatusUpdates.PRESENCE + " INTEGER," + in createPresenceTables() 1174 db.execSQL("CREATE TRIGGER IF NOT EXISTS " + Tables.PRESENCE + "_deleted" in createPresenceTables() [all …]
|
D | GlobalSearchSupport.java | 67 "(SELECT " + StatusUpdates.PRESENCE +
|
D | ContactsProvider2.java | 669 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.PRESENCE) 739 Tables.AGGREGATED_PRESENCE + '.' + StatusUpdates.PRESENCE) 755 .add(Data.PRESENCE, Tables.PRESENCE + "." + StatusUpdates.PRESENCE) 756 .add(Data.CHAT_CAPABILITY, Tables.PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY) 1083 .add(StatusUpdates.PRESENCE) 1149 " FROM " + Tables.STATUS_UPDATES + " LEFT OUTER JOIN " + Tables.PRESENCE + 3712 final String presence = inputValues.getAsString(StatusUpdates.PRESENCE); in insertStatusUpdate() 3731 values.put(StatusUpdates.PRESENCE, presence); in insertStatusUpdate() 3736 db.replace(Tables.PRESENCE, null, values); in insertStatusUpdate() 4224 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + whereClause.toString(), in deleteRawContactsImmediately() [all …]
|
D | DataRowHandler.java | 324 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?", mSelectionArgs1); in delete()
|
D | LegacyApiSupport.java | 144 " LEFT OUTER JOIN " + Tables.PRESENCE + 145 " ON (" + Tables.PRESENCE + "." + StatusUpdates.DATA_ID + "=" + 147 " FROM " + Tables.PRESENCE +
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 288 + StatusUpdates.PRESENCE + ", " in AbstractContactAggregator() 291 + StatusUpdates.PRESENCE + "," in AbstractContactAggregator() 293 + " FROM " + Tables.PRESENCE in AbstractContactAggregator() 295 + " (" + StatusUpdates.PRESENCE in AbstractContactAggregator() 298 + "MAX (" + StatusUpdates.PRESENCE in AbstractContactAggregator() 300 + " FROM " + Tables.PRESENCE in AbstractContactAggregator() 372 "UPDATE " + Tables.PRESENCE + in AbstractContactAggregator()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | DataStatus.java | 77 mPresence = getInt(cursor, Data.PRESENCE, -1); in fromCursor()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 639 new TableColumn(StatusUpdates.PRESENCE, INTEGER, false, null), 645 new TableColumn(StatusUpdates.PRESENCE, INTEGER, false, null), 673 new TableListEntry(Tables.PRESENCE, PRESENCE_COLUMNS),
|
D | ContactsProvider2Test.java | 674 Data.PRESENCE, in testDataProjection() 764 Data.PRESENCE, in testDistinctDataProjection() 848 Data.PRESENCE, in testEntityProjection() 1181 StatusUpdates.PRESENCE, in testStatusUpdatesProjection() 1366 values.putNull(Contacts.Entity.PRESENCE); in assertEntityRows() 1383 values.put(Contacts.Entity.PRESENCE, StatusUpdates.IDLE); in assertEntityRows() 1401 values.putNull(Contacts.Entity.PRESENCE); in assertEntityRows() 5327 values.put(StatusUpdates.PRESENCE, StatusUpdates.INVISIBLE); in testStatusUpdateInsert() 5415 StatusUpdates.PRESENCE, StatusUpdates.STATUS}, in testStatusUpdateMatchingImOrEmail() 5470 values.put(StatusUpdates.PRESENCE, "presence_test"); in testStatusUpdateUpdateAndDelete() [all …]
|
D | BaseContactsProvider2Test.java | 478 values.put(StatusUpdates.PRESENCE, presence); in insertStatusUpdate()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 173 Data.PRESENCE, 252 public static final int PRESENCE = 51; field in ContactLoader.ContactQuery 489 if (!cursor.isNull(ContactQuery.PRESENCE) in loadContactEntity()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 845 public static final int PRESENCE = 51; field in ContactLoader.ContactQuery 912 Data.PRESENCE,
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 341 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()
|
/packages/apps/Contacts/ |
D | NOTICE | 234 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
|