HomeSort by relevance Sort by last modified time
    Searched refs:PRESENCE (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp)
106 .withValue(StatusUpdates.PRESENCE, presence)
130 .withValue(StatusUpdates.PRESENCE, status)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 52 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/
DataStatus.java 77 mPresence = getInt(cursor, Data.PRESENCE, -1);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 75 mPresence = getInt(cursor, Data.PRESENCE, -1);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 129 public static final String PRESENCE = "presence";
559 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE;
574 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE;
    [all...]
GlobalSearchSupport.java 66 "(SELECT " + StatusUpdates.PRESENCE +
74 int presence = -1; field in class:GlobalSearchSupport.SearchSuggestion
94 if (presence != -1) {
95 icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(presence));
152 presence = -1;
259 suggestion.presence = c.isNull(4) ? -1 : c.getInt(4);
DataRowHandler.java 257 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?", mSelectionArgs1);
ContactsProvider2.java 574 Tables.AGGREGATED_PRESENCE + "." + StatusUpdates.PRESENCE)
641 Tables.AGGREGATED_PRESENCE + '.' + StatusUpdates.PRESENCE)
657 .add(Data.PRESENCE, Tables.PRESENCE + "." + StatusUpdates.PRESENCE)
658 .add(Data.CHAT_CAPABILITY, Tables.PRESENCE + "." + StatusUpdates.CHAT_CAPABILITY)
    [all...]
LegacyApiSupport.java 146 " LEFT OUTER JOIN " + Tables.PRESENCE +
147 " ON (" + Tables.PRESENCE + "." + StatusUpdates.DATA_ID + "=" +
149 " FROM " + Tables.PRESENCE +
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 142 /** Precompiled sql statement for setting an aggregated presence */
278 + StatusUpdates.PRESENCE + ", "
281 + StatusUpdates.PRESENCE + ","
283 + " FROM " + Tables.PRESENCE
285 + " (" + StatusUpdates.PRESENCE
288 + "MAX (" + StatusUpdates.PRESENCE
290 + " FROM " + Tables.PRESENCE
355 "UPDATE " + Tables.PRESENCE +
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 204 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone,
225 mPresence = presence;
599 Data.PRESENCE,
671 public final static int PRESENCE = 54;
813 if (!cursor.isNull(ContactQuery.PRESENCE)
931 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE) local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 319 Data.PRESENCE, Data.CHAT_CAPABILITY,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 315 Data.PRESENCE,
392 Data.PRESENCE,
464 Data.PRESENCE,
677 StatusUpdates.PRESENCE,
    [all...]
BaseContactsProvider2Test.java 440 int presence, String status, int chatMode) {
441 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
446 int presence, String status, int chatMode, boolean isUserProfile) {
447 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
452 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
457 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
461 long dataId, int presence, String status, long timestamp, int chatMode) {
462 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
466 long dataId, int presence, String status, long timestamp, int chatMode,
470 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
Contacts.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 283 milliseconds