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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 58 long oldLastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
63 long lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
70 lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
Contacts_PeopleTest.java 51 People.LAST_TIME_CONTACTED
81 value.put(People.LAST_TIME_CONTACTED, 0);
143 values.put(People.LAST_TIME_CONTACTED, 0);
ContactsTest.java 71 People.LAST_TIME_CONTACTED, People.STARRED,
94 value.put(PeopleColumns.LAST_TIME_CONTACTED, 0);
119 value.put(PeopleColumns.LAST_TIME_CONTACTED, (int) now);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 199 " SET " + Contacts.LAST_TIME_CONTACTED + "=? " +
203 + RawContacts.LAST_TIME_CONTACTED + "=? WHERE "
375 peopleProjectionMap.put(People.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED);
573 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED
574 + " AS " + People.LAST_TIME_CONTACTED + ", " +
    [all...]
GlobalSearchSupport.java 232 + Contacts.LAST_TIME_CONTACTED);
ContactsDatabaseHelper.java 354 + Contacts.LAST_TIME_CONTACTED;
391 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED;
    [all...]
ContactsProvider2.java 556 .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 131 Phone.LAST_TIME_CONTACTED + " DESC, "
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 114 Contacts.LAST_TIME_CONTACTED,
148 Contacts.LAST_TIME_CONTACTED,
186 Contacts.LAST_TIME_CONTACTED,
226 Contacts.LAST_TIME_CONTACTED,
274 RawContacts.LAST_TIME_CONTACTED,
339 Contacts.LAST_TIME_CONTACTED,
408 Contacts.LAST_TIME_CONTACTED,
492 Contacts.LAST_TIME_CONTACTED,
571 PhoneLookup.LAST_TIME_CONTACTED,
715 values.put(RawContacts.LAST_TIME_CONTACTED, 12345)
    [all...]
LegacyContactsProviderTest.java 315 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED));
    [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 820 public static final String LAST_TIME_CONTACTED = "last_time_contacted";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.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 
  /prebuilts/sdk/4/
android.jar 

Completed in 1414 milliseconds