Searched refs:DATA_VERSION (Results 1 – 6 of 6) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 167 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/ |
D | ContactLoaderTest.java | 337 Data.DATA_VERSION, Data.IS_PRIMARY, in fetchAllData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 282 new TableColumn(Data.DATA_VERSION, INTEGER, true, "0"),
|
D | ContactsProvider2Test.java | 400 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/ |
D | ContactsDatabaseHelper.java | 1371 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()
|
D | ContactsProvider2.java | 765 .add(Data.DATA_VERSION)
|