Searched refs:getCursorIntegerList (Results 1 – 3 of 3) sorted by relevance
35 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorIntegerList;131 getCursorIntegerList(cursor, RECORD_TYPE_COLUMN_NAME, DELIMITER); in queryAccessLogs()142 getCursorIntegerList( in queryAccessLogs()
27 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorIntegerList;124 getCursorIntegerList(cursor, RECORD_TYPES_COLUMN_NAME, DELIMITER), in getRequest()
241 public static List<Integer> getCursorIntegerList( in getCursorIntegerList() method in StorageUtils