HomeSort by relevance Sort by last modified time
    Searched refs:TIMES_CONTACTED (Results 1 - 20 of 20) 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
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 341 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
348 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
355 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
362 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
371 static int TIMES_CONTACTED = 3;
399 RawContacts.TIMES_CONTACTED + "," +
415 int TIMES_CONTACTED = 8;
431 Contacts.TIMES_CONTACTED + "," +
440 int TIMES_CONTACTED = 6;
549 insert.bindLong(RawContactsInsert.TIMES_CONTACTED,
    [all...]
ContactAggregator.java     [all...]
LegacyApiSupport.java 371 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED);
568 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED
569 + " AS " + People.TIMES_CONTACTED + ", " +
    [all...]
GlobalSearchSupport.java 100 + "contacts." + Contacts.TIMES_CONTACTED + " DESC, "
ContactsDatabaseHelper.java 302 + Contacts.TIMES_CONTACTED;
348 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED;
    [all...]
ContactsProvider2.java 250 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
251 " CASE WHEN " + Contacts.TIMES_CONTACTED + " IS NULL THEN 1 ELSE " +
252 " (" + Contacts.TIMES_CONTACTED + " + 1) END WHERE " + Contacts._ID + "=?";
255 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" +
256 " CASE WHEN " + RawContacts.TIMES_CONTACTED + " IS NULL THEN 1 ELSE " +
257 " (" + RawContacts.TIMES_CONTACTED + " + 1) END WHERE " + RawContacts.CONTACT_ID + "=?";
584 .add(Contacts.TIMES_CONTACTED)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 84 value.put(People.TIMES_CONTACTED, 0);
178 values.put(People.TIMES_CONTACTED, 0);
ContactsTest.java 72 People.NAME, People.NOTES, People.TIMES_CONTACTED,
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 66 private static final String SORT_ORDER = Contacts.TIMES_CONTACTED + " DESC,"
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterTest.java 171 Contacts.TIMES_CONTACTED,
LegacyContactsProviderTest.java 310 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
317 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
    [all...]
ContactsProvider2Test.java 110 Contacts.TIMES_CONTACTED,
145 Contacts.TIMES_CONTACTED,
191 RawContacts.TIMES_CONTACTED,
258 Contacts.TIMES_CONTACTED,
327 Contacts.TIMES_CONTACTED,
411 Contacts.TIMES_CONTACTED,
490 PhoneLookup.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 803 public static final String TIMES_CONTACTED = "times_contacted";
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 188 milliseconds