Searched refs:nextRowIdOptional (Results 1 – 1 of 1) sorted by relevance
2420 Optional<Long> nextRowIdOptional = getNextRowIdFromXattr(); in updateNextRowIdInDatabaseAndExternalStorage() local2422 long nextRowId = nextRowIdOptional.orElse(NEXT_ROW_ID_DEFAULT_BILLION_VALUE); in updateNextRowIdInDatabaseAndExternalStorage()