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

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 59 long oldLastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
64 long lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
71 lastContacted = contact.getLong(Contacts.LAST_TIME_CONTACTED);
Contacts_PeopleTest.java 55 People.LAST_TIME_CONTACTED
85 value.put(People.LAST_TIME_CONTACTED, 0);
176 values.put(People.LAST_TIME_CONTACTED, 0);
ContactsTest.java 78 People.LAST_TIME_CONTACTED, People.STARRED,
101 value.put(PeopleColumns.LAST_TIME_CONTACTED, 0);
126 value.put(PeopleColumns.LAST_TIME_CONTACTED, (int) now);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 338 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
345 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
352 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
359 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
369 static int LAST_TIME_CONTACTED = 4;
393 RawContacts.LAST_TIME_CONTACTED + "," +
410 int LAST_TIME_CONTACTED = 5;
427 Contacts.LAST_TIME_CONTACTED + "," +
437 int LAST_TIME_CONTACTED = 3;
544 insert.bindLong(RawContactsInsert.LAST_TIME_CONTACTED,
    [all...]
LegacyApiSupport.java 194 " SET " + Contacts.LAST_TIME_CONTACTED + "=? " +
198 + RawContacts.LAST_TIME_CONTACTED + "=? WHERE "
370 peopleProjectionMap.put(People.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED);
568 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED
569 + " AS " + People.LAST_TIME_CONTACTED + ", " +
    [all...]
ContactAggregator.java     [all...]
ContactsProvider2.java 522 sContactsProjectionMap.put(Contacts.LAST_TIME_CONTACTED, Contacts.LAST_TIME_CONTACTED);
600 sRawContactsProjectionMap.put(RawContacts.LAST_TIME_CONTACTED,
601 RawContacts.LAST_TIME_CONTACTED);
    [all...]
ContactsDatabaseHelper.java 233 + Contacts.LAST_TIME_CONTACTED;
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 125 Phone.LAST_TIME_CONTACTED + " DESC, " + Phone.DISPLAY_NAME + " ASC");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 169 Contacts.LAST_TIME_CONTACTED,
LegacyContactsProviderTest.java 311 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED));
    [all...]
ContactsProvider2Test.java 94 values.put(RawContacts.LAST_TIME_CONTACTED, 12345);
155 values.put(RawContacts.LAST_TIME_CONTACTED, 12345);
179 values.put(Contacts.LAST_TIME_CONTACTED, 12345);
289 values.put(RawContacts.LAST_TIME_CONTACTED, 12345);
312 values.put(Contacts.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 327 public static final String LAST_TIME_CONTACTED = "last_time_contacted";
664 * {@link #TIMES_CONTACTED}, {@link #LAST_TIME_CONTACTED}, {@link #STARRED},
762 * <td>{@link #LAST_TIME_CONTACTED}</td>
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 3629 milliseconds