/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 | 125 public static final String PRESENCE = "presence"; 530 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE; 545 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE; [all...] |
ContactAggregator.java | 128 /** Precompiled sql statement for setting an aggregated presence */ 265 + StatusUpdates.PRESENCE + ", " 268 + StatusUpdates.PRESENCE + "," 270 + " FROM " + Tables.PRESENCE 272 + " (" + StatusUpdates.PRESENCE 275 + "MAX (" + StatusUpdates.PRESENCE 277 + " FROM " + Tables.PRESENCE 342 "UPDATE " + Tables.PRESENCE + [all...] |
DataRowHandler.java | 256 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?", mSelectionArgs1);
|
GlobalSearchSupport.java | 78 "(SELECT " + StatusUpdates.PRESENCE + 111 int presence = -1; field in class:GlobalSearchSupport.SearchSuggestion 127 if (presence != -1) { 128 icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(presence)); 342 suggestion.presence = c.isNull(4) ? -1 : c.getInt(4);
|
ContactsProvider2.java | 577 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) [all...] |
LegacyApiSupport.java | 143 " LEFT OUTER JOIN " + Tables.PRESENCE + 144 " ON (" + Tables.PRESENCE + "." + StatusUpdates.DATA_ID + "=" + 146 " FROM " + Tables.PRESENCE + [all...] |
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 457 // Handle Email rows with presence data as Im entry 458 final boolean hasPresence = !cursor.isNull(DataQuery.PRESENCE); 671 Data.PRESENCE, 697 final int PRESENCE = 10;
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactLoader.java | 188 boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, 209 mPresence = presence; 550 Data.PRESENCE, 622 public final static int PRESENCE = 54; 742 if (!cursor.isNull(ContactQuery.PRESENCE) 856 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 | 231 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); [all...] |
BaseContactsProvider2Test.java | 408 int presence, String status, int chatMode) { 409 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode, 414 int presence, String status, int chatMode, boolean isUserProfile) { 415 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode, 420 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { 425 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); 429 long dataId, int presence, String status, long timestamp, int chatMode) { 430 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false); 434 long dataId, int presence, String status, long timestamp, int chatMode, 438 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile) [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
Contacts.java | [all...] |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |