Searched refs:getPageRows (Results 1 – 1 of 1) sorted by relevance
184 cursor.getPageRows(startPageIdx)?.toPage(mutableMapOf(), unclaimedRecords) in <lambda>()190 cursor.getPageRows(startPageIdx)?.toPage(this, unclaimedRecords) in <lambda>()274 .getPageRows(pageNum) // TODO: what do we do if the load fails? in <lambda>()345 private fun PagedCursor<CursorRow?>.getPageRows(pageNum: Int): Sequence<CursorRow>? = in getPageRows() method