Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java79 private static final int DB_STATE_DIRTY = 2; field in WatchdogStorage
95 DB_STATE_DIRTY,
158 ? DB_STATE_WRITE_IN_PROGRESS_DIRTY : DB_STATE_DIRTY; in markDirty()
172 if (mCurrentDbState != DB_STATE_DIRTY) { in startWrite()
185 mCurrentDbState = mCurrentDbState == DB_STATE_CLEAN ? DB_STATE_CLEAN : DB_STATE_DIRTY; in endWrite()
554 case DB_STATE_DIRTY: in toDbStateString()