Home
last modified time | relevance | path

Searched refs:UUIDS_COLUMN_NAME (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DChangeLogsHelperTest.java23 …static com.android.server.healthconnect.storage.datatypehelpers.ChangeLogsHelper.UUIDS_COLUMN_NAME;
47 bytesToUuids((byte[]) requests.get(0).getContentValues().get(UUIDS_COLUMN_NAME)); in changeLogs_getUpsertTableRequests_listLessThanDefaultPageSize()
63 bytesToUuids((byte[]) requests.get(0).getContentValues().get(UUIDS_COLUMN_NAME)); in changeLogs_getUpsertTableRequests_listMoreThanDefaultPageSize()
66 bytesToUuids((byte[]) requests.get(1).getContentValues().get(UUIDS_COLUMN_NAME)); in changeLogs_getUpsertTableRequests_listMoreThanDefaultPageSize()
DTransactionTestUtils.java26 …static com.android.server.healthconnect.storage.datatypehelpers.ChangeLogsHelper.UUIDS_COLUMN_NAME;
187 uuids.addAll(getCursorUUIDList(cursor, UUIDS_COLUMN_NAME)); in getAllDeletedUuids()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DChangeLogsHelper.java73 @VisibleForTesting public static final String UUIDS_COLUMN_NAME = "uuids"; field in ChangeLogsHelper
162 List<UUID> uuidList = StorageUtils.getCursorUUIDList(cursor, UUIDS_COLUMN_NAME); in addChangeLogs()
177 columnInfo.add(new Pair<>(UUIDS_COLUMN_NAME, BLOB_NON_NULL)); in getColumnInfo()
289 UUIDS_COLUMN_NAME, in getUpsertTableRequests()