Searched refs:UUIDS_COLUMN_NAME (Results 1 – 3 of 3) sorted by relevance
23 …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()
26 …static com.android.server.healthconnect.storage.datatypehelpers.ChangeLogsHelper.UUIDS_COLUMN_NAME;187 uuids.addAll(getCursorUUIDList(cursor, UUIDS_COLUMN_NAME)); in getAllDeletedUuids()
73 @VisibleForTesting public static final String UUIDS_COLUMN_NAME = "uuids"; field in ChangeLogsHelper162 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()