Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPreferenceHelper.java52 public static final List<Pair<String, Integer>> UNIQUE_COLUMN_INFO = field in PreferenceHelper
69 TABLE_NAME, getContentValues(key, value), UNIQUE_COLUMN_INFO)); in insertOrReplacePreference()
90 UNIQUE_COLUMN_INFO))); in insertOrReplacePreferencesTransaction()
DHealthDataCategoryPriorityHelper.java71 public static final List<Pair<String, Integer>> UNIQUE_COLUMN_INFO = field in HealthDataCategoryPriorityHelper
132 UNIQUE_COLUMN_INFO), in appendToPriorityList()
260 UNIQUE_COLUMN_INFO), in setPriorityOrder()
501 UNIQUE_COLUMN_INFO), in maybeRemoveAppFromPriorityListInternal()
571 UNIQUE_COLUMN_INFO), in updateTableWithNewPriorityList()
DAppInfoHelper.java88 public static final List<Pair<String, Integer>> UNIQUE_COLUMN_INFO = field in AppInfoHelper
543 TABLE_NAME, getContentValues(packageName, appInfo), UNIQUE_COLUMN_INFO); in updateAppInfoRecordTypesUsedSync()
625 UNIQUE_COLUMN_INFO)); in insertIfNotPresent()
640 UNIQUE_COLUMN_INFO); in updateIfPresent()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DPriorityMigrationHelper.java59 private static final List<Pair<String, Integer>> UNIQUE_COLUMN_INFO = field in PriorityMigrationHelper
159 UNIQUE_COLUMN_INFO); in populatePreMigrationTable()
176 UNIQUE_COLUMN_INFO); in populatePreMigrationTable()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DTransactionTestUtils.java24 …t static com.android.server.healthconnect.storage.datatypehelpers.AppInfoHelper.UNIQUE_COLUMN_INFO;
79 AppInfoHelper.TABLE_NAME, contentValues, UNIQUE_COLUMN_INFO)); in insertApp()