Home
last modified time | relevance | path

Searched refs:getListOfHexStrings (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DRecordHelper.java394 UUID_COLUMN_NAME, StorageUtils.getListOfHexStrings(uuids)) in getReadTableRequest()
607 .setIds(UUID_COLUMN_NAME, StorageUtils.getListOfHexStrings(ids)) in getDeleteTableRequest()
769 UUID_COLUMN_NAME, StorageUtils.getListOfHexStrings(ids)); in getReadTableWhereClause()
DMedicalResourceHelper.java144 UUID_COLUMN_NAME, StorageUtils.getListOfHexStrings(ids)); in getReadTableWhereClause()
DExerciseSessionRecordHelper.java397 UUID_COLUMN_NAME, StorageUtils.getListOfHexStrings(uuids)) in getExtraDataReadRequests()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java484 public static List<String> getListOfHexStrings(List<UUID> uuids) { in getListOfHexStrings() method in StorageUtils