Home
last modified time | relevance | path

Searched refs:DATA_VERSION (Results 1 – 6 of 6) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java167 Data.DATA_VERSION,
249 public static final int DATA_VERSION = 46; field in ContactLoader.ContactQuery
727 cursorColumnToContentValues(cursor, cv, ContactQuery.DATA_VERSION); in loadDataValues()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java337 Data.DATA_VERSION, Data.IS_PRIMARY, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java282 new TableColumn(Data.DATA_VERSION, INTEGER, true, "0"),
DContactsProvider2Test.java400 Data.DATA_VERSION, in testDataProjection()
488 Data.DATA_VERSION, in testDistinctDataProjection()
570 Data.DATA_VERSION, in testEntityProjection()
678 Data.DATA_VERSION, in testRawEntityProjection()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1371 Data.DATA_VERSION + " INTEGER NOT NULL DEFAULT 0," + in onCreate()
1721 + " SET " + Data.DATA_VERSION + "=OLD." + Data.DATA_VERSION + "+1 " in createContactsTriggers()
1838 + Data.DATA_VERSION + ", " in createContactsViews()
DContactsProvider2.java765 .add(Data.DATA_VERSION)