Home
last modified time | relevance | path

Searched refs:DB_STATE_CLEAN (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java73 private static final int DB_STATE_CLEAN = 1; field in WatchdogStorage
94 DB_STATE_CLEAN,
121 private @DatabaseStateType int mCurrentDbState = DB_STATE_CLEAN;
185 mCurrentDbState = mCurrentDbState == DB_STATE_CLEAN ? DB_STATE_CLEAN : DB_STATE_DIRTY; in endWrite()
197 mCurrentDbState = DB_STATE_CLEAN; in markWriteSuccessful()
552 case DB_STATE_CLEAN: in toDbStateString()