Searched refs:getCursorIntegerList (Results 1 – 3 of 3) sorted by relevance
25 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorIntegerList;83 getCursorIntegerList(cursor, RECORD_TYPE_COLUMN_NAME, DELIMITER); in queryAccessLogs()
26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorIntegerList;143 getCursorIntegerList(cursor, RECORD_TYPES_COLUMN_NAME, DELIMITER), in getRequest()
266 public static List<Integer> getCursorIntegerList( in getCursorIntegerList() method in StorageUtils