Searched refs:getDedupeByteBuffer (Results 1 – 2 of 2) sorted by relevance
329 public static byte[] getDedupeByteBuffer(@NonNull RecordInternal<?> record) { in getDedupeByteBuffer() method in StorageUtils335 return getDedupeByteBuffer((InstantRecordInternal<?>) record); in getDedupeByteBuffer()339 return getDedupeByteBuffer((IntervalRecordInternal<?>) record); in getDedupeByteBuffer()346 private static byte[] getDedupeByteBuffer(@NonNull InstantRecordInternal<?> record) { in getDedupeByteBuffer() method in StorageUtils355 private static byte[] getDedupeByteBuffer(@NonNull IntervalRecordInternal<?> record) { in getDedupeByteBuffer() method in StorageUtils
37 import static com.android.server.healthconnect.storage.utils.StorageUtils.getDedupeByteBuffer;833 recordContentValues.put(DEDUPE_HASH_COLUMN_NAME, getDedupeByteBuffer(recordInternal)); in getContentValues()