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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345);
90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345);
97 values.put(RawContacts.LAST_TIME_CONTACTED, 99999);
124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345);
153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 12345);
ContactsProvider2Test.java 129 Contacts.LAST_TIME_CONTACTED,
168 Contacts.LAST_TIME_CONTACTED,
211 Contacts.LAST_TIME_CONTACTED,
256 Contacts.LAST_TIME_CONTACTED,
308 RawContacts.LAST_TIME_CONTACTED,
379 Contacts.LAST_TIME_CONTACTED,
455 Contacts.LAST_TIME_CONTACTED,
544 Contacts.LAST_TIME_CONTACTED,
624 PhoneLookup.LAST_TIME_CONTACTED,
768 values.put(RawContacts.LAST_TIME_CONTACTED, 12345)
    [all...]
LegacyContactsProviderTest.java 313 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED));
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 67 long oldLastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
72 long lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
79 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 235 + Contacts.LAST_TIME_CONTACTED);
ContactsDatabaseHelper.java 361 + Contacts.LAST_TIME_CONTACTED;
404 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED;
    [all...]
ContactsProvider2.java 569 .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...]
  /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 819 public static final String LAST_TIME_CONTACTED = "last_time_contacted";
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
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 368 milliseconds