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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java52 Data.STATUS_LABEL, Data.STATUS_TIMESTAMP, Data.PRESENCE,
79 Cursor cursor = resolver.query(dataUri, StatusQuery.PROJECTION, StatusUpdates.PRESENCE
/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java77 mPresence = getInt(cursor, Data.PRESENCE, -1);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DDataStatus.java75 mPresence = getInt(cursor, Data.PRESENCE, -1);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java125 public static final String PRESENCE = "presence"; field in interface:ContactsDatabaseHelper.Tables
530 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE;
545 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
780 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
788 StatusUpdates.PRESENCE + " INTEGER," +
795 + Tables.PRESENCE + " (" + PresenceColumns.RAW_CONTACT_ID + ");");
797 + Tables.PRESENCE + " (" + PresenceColumns.CONTACT_ID + ");");
803 StatusUpdates.PRESENCE + " INTEGER," +
808 db.execSQL("CREATE TRIGGER " + DATABASE_PRESENCE + "." + Tables.PRESENCE + "_deleted"
809 + " BEFORE DELETE ON " + DATABASE_PRESENCE + "." + Tables.PRESENCE
[all...]
H A DContactAggregator.java265 + StatusUpdates.PRESENCE + ", "
268 + StatusUpdates.PRESENCE + ","
270 + " FROM " + Tables.PRESENCE
272 + " (" + StatusUpdates.PRESENCE
275 + "MAX (" + StatusUpdates.PRESENCE
277 + " FROM " + Tables.PRESENCE
342 "UPDATE " + Tables.PRESENCE +
H A DDataRowHandler.java256 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?", mSelectionArgs1);
H A DGlobalSearchSupport.java78 "(SELECT " + StatusUpdates.PRESENCE +
H A DContactsProvider2.java577 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.PRESENCE)
644 Tables.AGGREGATED_PRESENCE + '.' + StatusUpdates.PRESENCE)
660 .add(Data.PRESENCE, Tables.PRESENCE + "." + StatusUpdates.PRESENCE)
661 .add(Data.CHAT_CAPABILITY, Tables.PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY)
985 .add(StatusUpdates.PRESENCE)
1051 " FROM " + Tables.STATUS_UPDATES + " LEFT OUTER JOIN " + Tables.PRESENCE +
3312 if (values.containsKey(StatusUpdates.PRESENCE)) {
3329 mValues.put(StatusUpdates.PRESENCE,
[all...]
H A DLegacyApiSupport.java143 " LEFT OUTER JOIN " + Tables.PRESENCE +
144 " ON (" + Tables.PRESENCE + "." + StatusUpdates.DATA_ID + "=" +
146 " FROM " + Tables.PRESENCE +
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java458 final boolean hasPresence = !cursor.isNull(DataQuery.PRESENCE);
671 Data.PRESENCE,
697 final int PRESENCE = 10; field in interface:QuickContactActivity.DataQuery
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java550 Data.PRESENCE,
622 public final static int PRESENCE = 54; field in class:ContactLoader.ContactQuery
742 if (!cursor.isNull(ContactQuery.PRESENCE)
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DContactLoaderTest.java319 Data.PRESENCE, Data.CHAT_CAPABILITY,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java231 Data.PRESENCE,
308 Data.PRESENCE,
380 Data.PRESENCE,
592 StatusUpdates.PRESENCE,
766 values.putNull(Contacts.Entity.PRESENCE);
783 values.put(Contacts.Entity.PRESENCE, StatusUpdates.IDLE);
801 values.putNull(Contacts.Entity.PRESENCE);
2954 values.put(StatusUpdates.PRESENCE, StatusUpdates.INVISIBLE);
3042 StatusUpdates.PRESENCE, StatusUpdates.STATUS},
3097 values.put(StatusUpdates.PRESENCE, "presence_tes
[all...]
H A DBaseContactsProvider2Test.java445 values.put(StatusUpdates.PRESENCE, presence);

Completed in 689 milliseconds