HomeSort by relevance Sort by last modified time
    Searched refs:TIMES_CONTACTED (Results 1 - 25 of 34) 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 };
  /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
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,
LegacyContactsProviderTest.java 308 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
315 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED));
    [all...]
ContactsDatabaseHelperUpgradeTest.java 174 new TableColumn(Contacts.TIMES_CONTACTED, INTEGER, true, "0"),
206 new TableColumn(RawContacts.TIMES_CONTACTED, INTEGER, true, "0"),
ContactsProvider2Test.java 193 Contacts.TIMES_CONTACTED,
234 Contacts.TIMES_CONTACTED,
279 Contacts.TIMES_CONTACTED,
328 Contacts.TIMES_CONTACTED,
381 RawContacts.TIMES_CONTACTED,
457 Contacts.TIMES_CONTACTED,
537 Contacts.TIMES_CONTACTED,
629 Contacts.TIMES_CONTACTED,
716 PhoneLookup.TIMES_CONTACTED,
744 PhoneLookup.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/
ContactsContract_FrequentsStrequentsTest.java 75 Contacts.TIMES_CONTACTED,
112 Contacts.TIMES_CONTACTED,
Contacts_PeopleTest.java 79 value.put(People.TIMES_CONTACTED, 0);
147 values.put(People.TIMES_CONTACTED, 0);
ContactsContract_RawContactsTest.java 53 RawContacts.TIMES_CONTACTED,
ContactsContract_ContactsTest.java 192 Contacts.TIMES_CONTACTED,
ContactsContract_DataTest.java 121 Contacts.TIMES_CONTACTED,
347 Contacts.TIMES_CONTACTED,
    [all...]
ContactsTest.java 71 People.NAME, People.NOTES, People.TIMES_CONTACTED,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DefaultContactListAdapter.java 75 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 231 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
232 " ifnull(" + Contacts.TIMES_CONTACTED + ",0)+1" +
236 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" +
237 " ifnull(" + RawContacts.TIMES_CONTACTED + ",0)+1 " +
    [all...]
ContactsDatabaseHelper.java 400 + Contacts.TIMES_CONTACTED;
450 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 291 public static final String TIMES_CONTACTED = "times_contacted";
451 // There is a trigger in place that will update TIMES_CONTACTED when
    [all...]
ContactsContract.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 4345 milliseconds

1 2