Searched refs:getSingleByteArray (Results 1 – 3 of 3) sorted by relevance
27 import static com.android.server.healthconnect.storage.utils.StorageUtils.getSingleByteArray;41 byte[] bytes = getSingleByteArray(List.of()); in uuidToBytesAndBack_emptyList()50 byte[] bytes = getSingleByteArray(List.of(uuid1, uuid2)); in uuidToBytesAndBack_oneUuid()
290 StorageUtils.getSingleByteArray( in getUpsertTableRequests()
497 public static byte[] getSingleByteArray(List<UUID> uuids) { in getSingleByteArray() method in StorageUtils