Searched refs:getNextRowId (Results 1 – 5 of 5) sorted by relevance
292 assertThat(readAccessLogsResponse.getNextRowId()).isEqualTo(count + 1); in testReadAccessLogsCountLessThanPageLimit()315 assertThat(readAccessLogsResponse.getNextRowId()).isEqualTo(PAGE_SIZE + 1); in testReadAccessLogsCountEqualToPageLimit()336 mReadAccessLogsHelper.queryReadAccessLogs(readAccessLogsResponseOne.getNextRowId()); in testReadAccessLogsCountGreaterThanPageLimit()341 assertThat(readAccessLogsResponseOne.getNextRowId()).isEqualTo(PAGE_SIZE + 1); in testReadAccessLogsCountGreaterThanPageLimit()346 assertThat(readAccessLogsResponseTwo.getNextRowId()).isEqualTo(count + 1); in testReadAccessLogsCountGreaterThanPageLimit()
80 nextRowId = readAccessLogsResponse.getNextRowId(); in processReadAccessLogs()
397 public int getNextRowId() { in getNextRowId() method in ReadAccessLogsHelper.ReadAccessLogsResponse
570 Optional<Long> nextRowIdBackupOptional = helper.getNextRowId(); in updateNextRowIdXattr()796 Optional<Long> nextRowIdBackupOptional = helper.getNextRowId(); in updateNextRowIdForInternal()
2579 protected Optional<Long> getNextRowId() { in getNextRowId() method in DatabaseHelper