Searched refs:DB_STATE_CLEAN (Results 1 – 1 of 1) sorted by relevance
73 private static final int DB_STATE_CLEAN = 1; field in WatchdogStorage94 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()