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

  /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
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 80 value.put(People.TIMES_CONTACTED, 0);
142 values.put(People.TIMES_CONTACTED, 0);
ContactsTest.java 70 People.NAME, People.NOTES, People.TIMES_CONTACTED,
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 64 private static final String SORT_ORDER = Contacts.TIMES_CONTACTED + " DESC,"
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 374 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED);
571 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED
572 + " AS " + People.TIMES_CONTACTED + ", " +
    [all...]
ContactsProvider2.java 241 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
242 " ifnull(" + Contacts.TIMES_CONTACTED + ",0)+1" +
246 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" +
247 " ifnull(" + RawContacts.TIMES_CONTACTED + ",0)+1 " +
568 .add(Contacts.TIMES_CONTACTED)
    [all...]
ContactsDatabaseHelper.java 352 + Contacts.TIMES_CONTACTED;
393 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 115 Contacts.TIMES_CONTACTED,
149 Contacts.TIMES_CONTACTED,
187 Contacts.TIMES_CONTACTED,
227 Contacts.TIMES_CONTACTED,
273 RawContacts.TIMES_CONTACTED,
340 Contacts.TIMES_CONTACTED,
409 Contacts.TIMES_CONTACTED,
493 Contacts.TIMES_CONTACTED,
572 PhoneLookup.TIMES_CONTACTED,
    [all...]
LegacyContactsProviderTest.java 310 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
317 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 292 public static final String TIMES_CONTACTED = "times_contacted";
452 // There is a trigger in place that will update TIMES_CONTACTED when
    [all...]
ContactsContract.java 814 public static final String TIMES_CONTACTED = "times_contacted";
    [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 281 milliseconds