Searched refs:getInternalRecords (Results 1 – 4 of 4) sorted by relevance
67 List<RecordInternal<?>> records = helper.getInternalRecords(cursor); in startAutoDelete_changeLogsGenerated()77 List<RecordInternal<?>> records = helper.getInternalRecords(cursor); in startAutoDelete_changeLogsGenerated()
86 List<RecordInternal<?>> records = helper.getInternalRecords(cursor); in getInternalRecords_insertThenRead_recordReturned()107 List<RecordInternal<?>> records = helper.getInternalRecords(cursor); in getInternalRecords_requestSizeMoreThanRecordNumber_recordsReturned()128 () -> helper.getInternalRecords(cursor)); in getInternalRecords_cursorHasTooManyData_throws()
447 public List<RecordInternal<?>> getInternalRecords(Cursor cursor) { in getInternalRecords() method in RecordHelper
406 List<RecordInternal<?>> internalRecords = helper.getInternalRecords(cursor); in readRecordsByIds()