Searched refs:getCursorUUIDList (Results 1 – 3 of 3) sorted by relevance
27 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorUUIDList;187 uuids.addAll(getCursorUUIDList(cursor, UUIDS_COLUMN_NAME)); in getAllDeletedUuids()
162 List<UUID> uuidList = StorageUtils.getCursorUUIDList(cursor, UUIDS_COLUMN_NAME); in addChangeLogs()
508 public static List<UUID> getCursorUUIDList(Cursor cursor, String columnName) { in getCursorUUIDList() method in StorageUtils