Home
last modified time | relevance | path

Searched refs:PRESENCE (Results 1 – 14 of 14) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java203 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 …]
DGlobalSearchSupport.java67 "(SELECT " + StatusUpdates.PRESENCE +
DContactsProvider2.java669 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 …]
DDataRowHandler.java324 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?", mSelectionArgs1); in delete()
DLegacyApiSupport.java144 " 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/
DAbstractContactAggregator.java288 + 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/
DDataStatus.java77 mPresence = getInt(cursor, Data.PRESENCE, -1); in fromCursor()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java639 new TableColumn(StatusUpdates.PRESENCE, INTEGER, false, null),
645 new TableColumn(StatusUpdates.PRESENCE, INTEGER, false, null),
673 new TableListEntry(Tables.PRESENCE, PRESENCE_COLUMNS),
DContactsProvider2Test.java674 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 …]
DBaseContactsProvider2Test.java478 values.put(StatusUpdates.PRESENCE, presence); in insertStatusUpdate()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java173 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/
DContactLoader.java845 public static final int PRESENCE = 51; field in ContactLoader.ContactQuery
912 Data.PRESENCE,
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java341 Data.PRESENCE, Data.CHAT_CAPABILITY, in fetchAllData()
/packages/apps/Contacts/
DNOTICE234 LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,