Searched refs:mNextRowIdBackup (Results 1 – 1 of 1) sorted by relevance
235 private AtomicLong mNextRowIdBackup = new AtomicLong(INVALID_ROW_ID); field in DatabaseHelper599 mNextRowIdBackup.set(nextRowIdFromXattrOptional.get()); in tryRecoverDatabase()666 mNextRowIdBackup.set(nextRowIdFromXattrOptional.get()); in tryRecoverRowIdSequence()2442 mNextRowIdBackup.set(backupId); in backupNextRowId()2483 if (mNextRowIdBackup.get() == INVALID_ROW_ID) { in getNextRowId()2487 return Optional.of(mNextRowIdBackup.get()); in getNextRowId()