/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)
|
ContactsContract_DataTest.java | 88 Data.PRESENCE, 395 Data.PRESENCE, [all...] |
/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/ContactsCommon/src/com/android/contacts/common/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 | 145 public static final String PRESENCE = "presence"; 615 String CONCRETE_PRESENCE = Tables.STATUS_UPDATES + "." + StatusUpdates.PRESENCE; 630 String CONCRETE_PRESENCE = ALIAS + "." + StatusUpdates.PRESENCE; [all...] |
GlobalSearchSupport.java | 67 "(SELECT " + StatusUpdates.PRESENCE + 75 int presence = -1; field in class:GlobalSearchSupport.SearchSuggestion 95 if (presence != -1) { 96 icon2 = String.valueOf(StatusUpdates.getPresenceIconResourceId(presence)); 153 presence = -1; 263 suggestion.presence = c.isNull(4) ? -1 : c.getInt(4);
|
DataRowHandler.java | 325 db.delete(Tables.PRESENCE, PresenceColumns.RAW_CONTACT_ID + "=?", mSelectionArgs1);
|
ContactsProvider2.java | 3447 final String presence = inputValues.getAsString(StatusUpdates.PRESENCE); local [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/ |
AbstractContactAggregator.java | 153 * Precompiled sql statement for setting an aggregated presence 290 + StatusUpdates.PRESENCE + ", " 293 + StatusUpdates.PRESENCE + "," 295 + " FROM " + Tables.PRESENCE 297 + " (" + StatusUpdates.PRESENCE 300 + "MAX (" + StatusUpdates.PRESENCE 302 + " FROM " + Tables.PRESENCE 374 "UPDATE " + Tables.PRESENCE + [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
ContactLoader.java | 174 Data.PRESENCE, 256 public static final int PRESENCE = 51; 413 null /* presence */, 519 if (!cursor.isNull(ContactQuery.PRESENCE) 654 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE) local 671 altDisplayName, phoneticName, starred, presence, sendToVoicemail, [all...] |
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
ContactLoaderTest.java | 342 Data.PRESENCE, Data.CHAT_CAPABILITY,
|
/frameworks/base/core/java/android/provider/ |
Contacts.java | [all...] |
ContactsContract.java | [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 426 Data.PRESENCE, 514 Data.PRESENCE, 596 Data.PRESENCE, [all...] |
BaseContactsProvider2Test.java | 415 int presence, String status, int chatMode) { 416 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode, 421 int presence, String status, int chatMode, boolean isUserProfile) { 422 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode, 427 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { 432 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); 436 long dataId, int presence, String status, long timestamp, int chatMode) { 437 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false); 441 long dataId, int presence, String status, long timestamp, int chatMode, 445 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile) [all...] |
/external/libgdx/backends/gdx-backend-android/libs/ |
android-4.4.jar | |
/external/robolectric/v1/lib/main/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/21/ |
android.jar | |