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.java342 new TableColumn(Contacts.RAW_TIMES_CONTACTED, INTEGER, true, "0"),
376 new TableColumn(RawContacts.RAW_TIMES_CONTACTED, INTEGER, true, "0"),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1270 + RawContacts.RAW_TIMES_CONTACTED + ","
1306 int RAW_TIMES_CONTACTED = 10; field
1326 + Contacts.RAW_TIMES_CONTACTED + "=?, "
1342 + Contacts.RAW_TIMES_CONTACTED + ", "
1357 int RAW_TIMES_CONTACTED = 7; field
1450 int timesContacted = c.getInt(RawContactsQuery.RAW_TIMES_CONTACTED); in computeAggregateData()
1531 statement.bindLong(ContactReplaceSqlStatement.RAW_TIMES_CONTACTED, in computeAggregateData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1273 Contacts.RAW_TIMES_CONTACTED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1311 RawContacts.RAW_TIMES_CONTACTED + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1927 + "0 AS " + Contacts.RAW_TIMES_CONTACTED + "," in createContactsViews()
2003 + "0 AS " + RawContacts.RAW_TIMES_CONTACTED + "," in createContactsViews()
2052 + "0 AS " + Contacts.RAW_TIMES_CONTACTED + ", " in createContactsViews()
DContactsProvider2.java4320 Contacts.RAW_TIMES_CONTACTED + "=0," + in deleteDataUsage()
4324 Contacts.RAW_TIMES_CONTACTED + "=0," + in deleteDataUsage()
4856 ret.put(Contacts.RAW_TIMES_CONTACTED, 0); in fixUpUsageColumnsForEdit()
5094 if (inputValues.containsKey(RawContacts.RAW_TIMES_CONTACTED)) { in updateContactOptions()
5095 values.put(RawContacts.RAW_TIMES_CONTACTED, 0); in updateContactOptions()
5150 if (inputValues.containsKey(RawContacts.RAW_TIMES_CONTACTED)) { in updateContactOptions()
5151 values.put(RawContacts.RAW_TIMES_CONTACTED, 0); in updateContactOptions()