Searched refs:STATUS_TIMESTAMP (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java57 final boolean hasTimestamp = !isNull(cursor, Data.STATUS_TIMESTAMP);
66 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
79 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DDataStatus.java55 final boolean hasTimestamp = !isNull(cursor, Data.STATUS_TIMESTAMP);
64 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
77 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java52 Data.STATUS_LABEL, Data.STATUS_TIMESTAMP, Data.PRESENCE,
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java180 Data.STATUS_TIMESTAMP,
252 public static final int STATUS_TIMESTAMP = 60; field in class:ContactLoader.ContactQuery
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java322 Data.STATUS_LABEL, Data.STATUS_TIMESTAMP,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java588 + StatusUpdates.STATUS_TIMESTAMP;
602 String CONCRETE_STATUS_TIMESTAMP = ALIAS + "." + StatusUpdates.STATUS_TIMESTAMP;
1314 StatusUpdates.STATUS_TIMESTAMP + " INTEGER," +
5077 + StatusUpdates.STATUS_TIMESTAMP + ","
5117 " SET " + StatusUpdates.STATUS_TIMESTAMP + "=?,"
H A DContactsProvider2.java709 .add(Data.STATUS_TIMESTAMP, StatusUpdatesColumns.CONCRETE_STATUS_TIMESTAMP)
1026 .add(StatusUpdates.STATUS_TIMESTAMP)
3310 Long timestamp = values.getAsLong(StatusUpdates.STATUS_TIMESTAMP);
4143 ContactsDatabaseHelper.copyStringValue(mValues, StatusUpdates.STATUS_TIMESTAMP, values,
4144 StatusUpdates.STATUS_TIMESTAMP);
7306 StatusUpdates.STATUS_TIMESTAMP)) {
H A DLegacyApiSupport.java399 " ORDER BY " + StatusUpdates.STATUS_TIMESTAMP + " DESC " +
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java360 Data.STATUS_TIMESTAMP,
445 Data.STATUS_TIMESTAMP,
525 Data.STATUS_TIMESTAMP,
744 StatusUpdates.STATUS_TIMESTAMP,
4056 values.put(StatusUpdates.STATUS_TIMESTAMP, 100);
4081 values.put(StatusUpdates.STATUS_TIMESTAMP, 200);
4195 values.put(StatusUpdates.STATUS_TIMESTAMP, updatedTs);
4208 values.put(StatusUpdates.STATUS_TIMESTAMP, updatedTs);
4224 values.put(StatusUpdates.STATUS_TIMESTAMP, updatedTs);
H A DBaseContactsProvider2Test.java427 values.put(StatusUpdates.STATUS_TIMESTAMP, timestamp);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java115 " ORDER BY " + StatusUpdates.STATUS_TIMESTAMP + " DESC,"

Completed in 162 milliseconds