HomeSort by relevance Sort by last modified time
    Searched refs:TIMES_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 69 assertEquals(0, contact.getLong(Contacts.TIMES_CONTACTED));
72 assertEquals(0, rawContact.getLong(Contacts.TIMES_CONTACTED));
81 assertEquals("#" + i, i, contact.getLong(Contacts.TIMES_CONTACTED));
85 assertEquals("#" + i, i, rawContact.getLong(Contacts.TIMES_CONTACTED));
95 assertEquals("#" + i, 10, contact.getLong(Contacts.TIMES_CONTACTED));
99 assertEquals("#" + i, 10, rawContact.getLong(Contacts.TIMES_CONTACTED));
109 assertEquals("#" + i, 20, contact.getLong(Contacts.TIMES_CONTACTED));
113 assertEquals("#" + i, 20, rawContact.getLong(Contacts.TIMES_CONTACTED));
209 assertEquals(0L, contact.getLong(Contacts.TIMES_CONTACTED));
216 values.put(Contacts.TIMES_CONTACTED, 3)
    [all...]
ContactsContract_RawContactsTest.java 48 RawContacts.TIMES_CONTACTED,
241 .with(RawContacts.TIMES_CONTACTED, 12345)
246 assertEquals(12340, rawContact.getLong(RawContacts.TIMES_CONTACTED));
254 .with(RawContacts.TIMES_CONTACTED, 5)
258 assertEquals(5L, rawContact.getLong(RawContacts.TIMES_CONTACTED));
269 assertEquals(0L, rawContact.getLong(RawContacts.TIMES_CONTACTED));
281 .with(RawContacts.TIMES_CONTACTED, 12345)
286 assertEquals(12340L, rawContact.getLong(RawContacts.TIMES_CONTACTED));
290 values.put(RawContacts.TIMES_CONTACTED, 99999);
294 assertEquals(99990L, rawContact.getLong(RawContacts.TIMES_CONTACTED));
    [all...]
Contacts_PeopleTest.java 54 People.TIMES_CONTACTED
81 value.put(People.TIMES_CONTACTED, 0);
149 values.put(People.TIMES_CONTACTED, 0);
ContactsContract_FrequentsStrequentsTest.java 70 Contacts.TIMES_CONTACTED,
107 Contacts.TIMES_CONTACTED,
ContactsContract_DataTest.java 120 Contacts.TIMES_CONTACTED,
348 Contacts.TIMES_CONTACTED,
    [all...]
ContactsTest.java 71 People.NAME, People.NOTES, People.TIMES_CONTACTED,
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 34 Contacts.TIMES_CONTACTED, // 5
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 38 Contacts.TIMES_CONTACTED, // 3
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeStarredContactsPreferenceController.java 137 ContactsContract.Data.TIMES_CONTACTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
CallLogPullRequest.java 144 values.put(ContactsContract.RawContacts.TIMES_CONTACTED, mCallCounter.get(key));
161 Log.d(TAG, "Updated TIMES_CONTACTED");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EnterpriseContactsCursorWrapperTest.java 39 /* column 5 */ PhoneLookup.TIMES_CONTACTED,
70 null, // PhoneLookup.TIMES_CONTACTED,
93 456, // PhoneLookup.TIMES_CONTACTED,
116 null, // PhoneLookup.TIMES_CONTACTED,
139 null, // PhoneLookup.TIMES_CONTACTED,
162 null, // PhoneLookup.TIMES_CONTACTED,
ContactsProvider2Test.java 194 Contacts.TIMES_CONTACTED,
235 Contacts.TIMES_CONTACTED,
280 Contacts.TIMES_CONTACTED,
329 Contacts.TIMES_CONTACTED,
382 RawContacts.TIMES_CONTACTED,
460 Contacts.TIMES_CONTACTED,
542 Contacts.TIMES_CONTACTED,
636 Contacts.TIMES_CONTACTED,
731 PhoneLookup.TIMES_CONTACTED,
765 PhoneLookup.TIMES_CONTACTED,
    [all...]
LegacyContactsProviderTest.java 72 ret.put(People.TIMES_CONTACTED, 0);
327 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
334 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactListAdapter.java 74 Contacts.TIMES_CONTACTED + " DESC, " +
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
Contacts.java 293 public static final String TIMES_CONTACTED = "times_contacted";
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 343 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED);
543 "cast(0 as int) AS " + People.TIMES_CONTACTED + ", " +
    [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 782 milliseconds

1 2