Home
last modified time | relevance | path

Searched refs:RAW_TIMES_CONTACTED (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DTestUtils.java249 cv(RawContacts.RAW_TIMES_CONTACTED, (long) timesContacted), in insertRawContact()
254 + " SET " + Contacts.RAW_TIMES_CONTACTED + " = (" in insertRawContact()
255 + " SELECT sum(" + RawContacts.RAW_TIMES_CONTACTED + ") FROM " in insertRawContact()
DContactsDatabaseHelperUpgradeTest.java237 new TableColumn(Contacts.RAW_TIMES_CONTACTED, INTEGER, true, "0"),
271 new TableColumn(RawContacts.RAW_TIMES_CONTACTED, INTEGER, true, "0"),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1279 + RawContacts.RAW_TIMES_CONTACTED + ","
1315 int RAW_TIMES_CONTACTED = 10; field
1335 + Contacts.RAW_TIMES_CONTACTED + "=?, "
1351 + Contacts.RAW_TIMES_CONTACTED + ", "
1366 int RAW_TIMES_CONTACTED = 7; field
1459 int timesContacted = c.getInt(RawContactsQuery.RAW_TIMES_CONTACTED); in computeAggregateData()
1540 statement.bindLong(ContactReplaceSqlStatement.RAW_TIMES_CONTACTED, in computeAggregateData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1276 Contacts.RAW_TIMES_CONTACTED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1314 RawContacts.RAW_TIMES_CONTACTED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1980 + "0 AS " + Contacts.RAW_TIMES_CONTACTED + "," in createContactsViews()
2056 + "0 AS " + RawContacts.RAW_TIMES_CONTACTED + "," in createContactsViews()
2105 + "0 AS " + Contacts.RAW_TIMES_CONTACTED + ", " in createContactsViews()
DContactsProvider2.java3903 Contacts.RAW_TIMES_CONTACTED + "=0," + in deleteDataUsage()
3907 Contacts.RAW_TIMES_CONTACTED + "=0," + in deleteDataUsage()
4431 ret.put(Contacts.RAW_TIMES_CONTACTED, 0); in fixUpUsageColumnsForEdit()
4671 if (inputValues.containsKey(RawContacts.RAW_TIMES_CONTACTED)) { in updateContactOptions()
4672 values.put(RawContacts.RAW_TIMES_CONTACTED, 0); in updateContactOptions()
4727 if (inputValues.containsKey(RawContacts.RAW_TIMES_CONTACTED)) { in updateContactOptions()
4728 values.put(RawContacts.RAW_TIMES_CONTACTED, 0); in updateContactOptions()