Home
last modified time | relevance | path

Searched refs:TIMES_CONTACTED (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2TransactionTest.java182 b.withValue(RawContacts.TIMES_CONTACTED, 200001); in addInsertContactOperations()
200 RawContacts.TIMES_CONTACTED, 200001 in checkStoredContact()
211 b.withValue(RawContacts.TIMES_CONTACTED, 100001); in addInsertProfileOperations()
230 RawContacts.TIMES_CONTACTED, 100001 in checkStoredProfile()
DContactsProvider2Test.java141 Contacts.TIMES_CONTACTED, in testContactsProjection()
182 Contacts.TIMES_CONTACTED, in testContactsStrequentProjection()
227 Contacts.TIMES_CONTACTED, in testContactsStrequentPhoneOnlyProjection()
276 Contacts.TIMES_CONTACTED, in testContactsWithSnippetProjection()
328 RawContacts.TIMES_CONTACTED, in testRawContactsProjection()
402 Contacts.TIMES_CONTACTED, in testDataProjection()
480 Contacts.TIMES_CONTACTED, in testDistinctDataProjection()
571 Contacts.TIMES_CONTACTED, in testEntityProjection()
655 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupProjection()
681 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupEnterpriseProjection()
[all …]
DLegacyContactsProviderTest.java308 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
315 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
914 values.put(People.TIMES_CONTACTED, 3); in putContactValuesExceptName()
926 values.put(People.TIMES_CONTACTED, 4); in putContactValues2()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java374 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleProjectionMap.put() argument
571 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED in createViews()
572 + " AS " + People.TIMES_CONTACTED + ", " + in createViews()
1081 !values.containsKey(People.TIMES_CONTACTED)) { in updatePeople()
1364 ContactsDatabaseHelper.copyLongValue(mValues, RawContacts.TIMES_CONTACTED, in parsePeopleValues()
1365 values, People.TIMES_CONTACTED); in parsePeopleValues()
DContactsProvider2.java200 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
201 " ifnull(" + Contacts.TIMES_CONTACTED + ",0)+1" +
205 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" +
206 " ifnull(" + RawContacts.TIMES_CONTACTED + ",0)+1 " +
637 .add(Contacts.TIMES_CONTACTED)
819 .add(RawContacts.TIMES_CONTACTED)
915 .add(PhoneLookup.TIMES_CONTACTED, "contacts_view." + Contacts.TIMES_CONTACTED)
3827 Contacts.TIMES_CONTACTED + "=0," + in deleteDataUsage()
3831 Contacts.TIMES_CONTACTED + "=0," + in deleteDataUsage()
4542 values, RawContacts.TIMES_CONTACTED, in updateContactOptions()
[all …]
DContactsDatabaseHelper.java385 + Contacts.TIMES_CONTACTED;
433 Tables.RAW_CONTACTS + "." + RawContacts.TIMES_CONTACTED;
1179 Contacts.TIMES_CONTACTED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1210 RawContacts.TIMES_CONTACTED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1854 + " AS " + RawContacts.TIMES_CONTACTED + "," in createContactsViews()
1924 + RawContacts.TIMES_CONTACTED + "," in createContactsViews()
1969 + " AS " + Contacts.TIMES_CONTACTED; in createContactsViews()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1994 + RawContacts.TIMES_CONTACTED + ","
2030 int TIMES_CONTACTED = 10; field
2050 + Contacts.TIMES_CONTACTED + "=?, "
2066 + Contacts.TIMES_CONTACTED + ", "
2081 int TIMES_CONTACTED = 7; field
2174 int timesContacted = c.getInt(RawContactsQuery.TIMES_CONTACTED); in computeAggregateData()
2255 statement.bindLong(ContactReplaceSqlStatement.TIMES_CONTACTED, in computeAggregateData()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsListLoader.java34 Contacts.TIMES_CONTACTED, // 5