/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_ContactsTest.java | 66 long oldLastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED); 71 long lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED); 78 lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
|
Contacts_PeopleTest.java | 55 People.LAST_TIME_CONTACTED 85 value.put(People.LAST_TIME_CONTACTED, 0); 179 values.put(People.LAST_TIME_CONTACTED, 0);
|
ContactsTest.java | 73 People.LAST_TIME_CONTACTED, People.STARRED, 96 value.put(PeopleColumns.LAST_TIME_CONTACTED, 0); 121 value.put(PeopleColumns.LAST_TIME_CONTACTED, (int) now); [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
ChipsUtil.java | 70 values.put(ContactsContract.Contacts.LAST_TIME_CONTACTED, 90 values.put("last_time_contacted", currentTimeMillis);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyContactImporter.java | 341 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred", 348 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred", 355 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred", 362 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred", 372 static int LAST_TIME_CONTACTED = 4; 396 RawContacts.LAST_TIME_CONTACTED + "," + 412 int LAST_TIME_CONTACTED = 5; 428 Contacts.LAST_TIME_CONTACTED + "," + 437 int LAST_TIME_CONTACTED = 3; 543 insert.bindLong(RawContactsInsert.LAST_TIME_CONTACTED, [all...] |
GlobalSearchSupport.java | 89 "(strftime('%s', 'now') - contacts." + Contacts.LAST_TIME_CONTACTED + "/1000)"; 314 + Contacts.LAST_TIME_CONTACTED);
|
LegacyApiSupport.java | 196 " SET " + Contacts.LAST_TIME_CONTACTED + "=? " + 200 + RawContacts.LAST_TIME_CONTACTED + "=? WHERE " 372 peopleProjectionMap.put(People.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED); 570 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED 571 + " AS " + People.LAST_TIME_CONTACTED + ", " + [all...] |
ContactAggregator.java | [all...] |
ContactsDatabaseHelper.java | 304 + Contacts.LAST_TIME_CONTACTED; 346 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED; [all...] |
ContactsProvider2.java | 572 .add(Contacts.LAST_TIME_CONTACTED) [all...] |
/frameworks/ex/common/java/com/android/common/contacts/ |
DataUsageStatUpdater.java | 247 values.put(ContactsContract.Contacts.LAST_TIME_CONTACTED, currentTimeMillis);
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceContact.java | 124 Phone.LAST_TIME_CONTACTED + " DESC, " + Phone.DISPLAY_NAME + " ASC");
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactImporterTest.java | 172 Contacts.LAST_TIME_CONTACTED,
|
LegacyContactsProviderTest.java | 315 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED)); [all...] |
ContactsProvider2Test.java | 109 Contacts.LAST_TIME_CONTACTED, 144 Contacts.LAST_TIME_CONTACTED, 192 RawContacts.LAST_TIME_CONTACTED, 257 Contacts.LAST_TIME_CONTACTED, 326 Contacts.LAST_TIME_CONTACTED, 410 Contacts.LAST_TIME_CONTACTED, 489 PhoneLookup.LAST_TIME_CONTACTED, 640 values.put(RawContacts.LAST_TIME_CONTACTED, 12345); [all...] |
/frameworks/base/core/java/android/provider/ |
Contacts.java | 300 public static final String LAST_TIME_CONTACTED = "last_time_contacted"; 453 // LAST_TIME_CONTACTED is modified. 454 values.put(LAST_TIME_CONTACTED, System.currentTimeMillis()); [all...] |
ContactsContract.java | 809 public static final String LAST_TIME_CONTACTED = "last_time_contacted"; [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoManager.java | 709 Contacts.STARRED + " DESC, " + Contacts.LAST_TIME_CONTACTED + " DESC");
|
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |