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
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 182 b.withValue(RawContacts.TIMES_CONTACTED, 200001);
200 RawContacts.TIMES_CONTACTED, 200001
211 b.withValue(RawContacts.TIMES_CONTACTED, 100001);
230 RawContacts.TIMES_CONTACTED, 100001
ContactsProvider2Test.java 130 Contacts.TIMES_CONTACTED,
169 Contacts.TIMES_CONTACTED,
212 Contacts.TIMES_CONTACTED,
257 Contacts.TIMES_CONTACTED,
307 RawContacts.TIMES_CONTACTED,
380 Contacts.TIMES_CONTACTED,
456 Contacts.TIMES_CONTACTED,
545 Contacts.TIMES_CONTACTED,
625 PhoneLookup.TIMES_CONTACTED,
    [all...]
LegacyContactsProviderTest.java 308 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
315 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
    [all...]
  /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/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 249 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
250 " ifnull(" + Contacts.TIMES_CONTACTED + ",0)+1" +
254 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" +
255 " ifnull(" + RawContacts.TIMES_CONTACTED + ",0)+1 " +
585 .add(Contacts.TIMES_CONTACTED)
    [all...]
ContactsDatabaseHelper.java 359 + Contacts.TIMES_CONTACTED;
406 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [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 813 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 785 milliseconds