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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionaryConstants.java 30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.IN_VISIBLE_GROUP };
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_ContactsTest.java 68 assertEquals(0, contact.getLong(Contacts.LAST_TIME_CONTACTED));
71 assertEquals(0, rawContact.getLong(Contacts.LAST_TIME_CONTACTED));
80 contact.getLong(Contacts.LAST_TIME_CONTACTED));
84 rawContact.getLong(Contacts.LAST_TIME_CONTACTED));
94 contact.getLong(Contacts.LAST_TIME_CONTACTED));
98 rawContact.getLong(Contacts.LAST_TIME_CONTACTED));
108 contact.getLong(Contacts.LAST_TIME_CONTACTED));
112 rawContact.getLong(Contacts.LAST_TIME_CONTACTED));
210 assertEquals(0L, contact.getLong(Contacts.LAST_TIME_CONTACTED));
217 values.put(Contacts.LAST_TIME_CONTACTED, now)
    [all...]
ContactsContract_RawContactsTest.java 49 RawContacts.LAST_TIME_CONTACTED,
242 .with(RawContacts.LAST_TIME_CONTACTED, now)
247 assertEquals(now / 86400 * 86400, rawContact.getLong(RawContacts.LAST_TIME_CONTACTED));
259 assertEquals(0, rawContact.getLong(RawContacts.LAST_TIME_CONTACTED));
265 .with(RawContacts.LAST_TIME_CONTACTED, now)
270 assertEquals(now / 86400 * 86400, rawContact.getLong(RawContacts.LAST_TIME_CONTACTED));
282 .with(RawContacts.LAST_TIME_CONTACTED, now)
287 assertEquals(now / 86400 * 86400, rawContact.getLong(RawContacts.LAST_TIME_CONTACTED));
295 assertEquals(now / 86400 * 86400, rawContact.getLong(RawContacts.LAST_TIME_CONTACTED));
298 values.put(RawContacts.LAST_TIME_CONTACTED, now + 86400)
    [all...]
Contacts_PeopleTest.java 53 People.LAST_TIME_CONTACTED,
82 value.put(People.LAST_TIME_CONTACTED, 0);
150 values.put(People.LAST_TIME_CONTACTED, 0);
ContactsContract_FrequentsStrequentsTest.java 57 Contacts.LAST_TIME_CONTACTED,
94 Contacts.LAST_TIME_CONTACTED,
ContactsTest.java 72 People.LAST_TIME_CONTACTED, People.STARRED,
95 value.put(PeopleColumns.LAST_TIME_CONTACTED, 0);
120 value.put(PeopleColumns.LAST_TIME_CONTACTED, (int) now);
    [all...]
ContactsContract_DataTest.java 107 Contacts.LAST_TIME_CONTACTED,
335 Contacts.LAST_TIME_CONTACTED,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400);
90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400);
97 values.put(RawContacts.LAST_TIME_CONTACTED, 86400 * 2);
124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400);
153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400);
182 b.withValue(RawContacts.LAST_TIME_CONTACTED, 86400 * 21);
200 RawContacts.LAST_TIME_CONTACTED, 86400 * 21
211 b.withValue(RawContacts.LAST_TIME_CONTACTED, 86400 * 11);
230 RawContacts.LAST_TIME_CONTACTED, 86400 * 11
EnterpriseContactsCursorWrapperTest.java 38 /* column 4 */ PhoneLookup.LAST_TIME_CONTACTED,
69 null, // PhoneLookup.LAST_TIME_CONTACTED,
92 123, // PhoneLookup.LAST_TIME_CONTACTED,
115 null, // PhoneLookup.LAST_TIME_CONTACTED,
138 null, // PhoneLookup.LAST_TIME_CONTACTED,
161 null, // PhoneLookup.LAST_TIME_CONTACTED,
LegacyContactsProviderTest.java 73 ret.put(People.LAST_TIME_CONTACTED, 0);
332 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED));
    [all...]
ContactsProvider2Test.java 193 Contacts.LAST_TIME_CONTACTED,
234 Contacts.LAST_TIME_CONTACTED,
279 Contacts.LAST_TIME_CONTACTED,
328 Contacts.LAST_TIME_CONTACTED,
383 RawContacts.LAST_TIME_CONTACTED,
459 Contacts.LAST_TIME_CONTACTED,
541 Contacts.LAST_TIME_CONTACTED,
635 Contacts.LAST_TIME_CONTACTED,
730 PhoneLookup.LAST_TIME_CONTACTED,
764 PhoneLookup.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/Contacts/src/com/android/contacts/list/
DefaultContactListAdapter.java 62 "(strftime('%s', 'now') - " + Contacts.LAST_TIME_CONTACTED + "/1000)";
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
Contacts.java 301 public static final String LAST_TIME_CONTACTED = "last_time_contacted";
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 344 peopleProjectionMap.put(People.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED);
544 "cast(0 as int) AS " + People.LAST_TIME_CONTACTED + ", " +
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/contactphoto/
ContactPhotoManagerImpl.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 750 milliseconds

1 2