Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java90 private static final int DB_STATE_WRITE_IN_PROGRESS_DIRTY = 4; field in WatchdogStorage
97 DB_STATE_WRITE_IN_PROGRESS_DIRTY
158 ? DB_STATE_WRITE_IN_PROGRESS_DIRTY : DB_STATE_DIRTY; in markDirty()
558 case DB_STATE_WRITE_IN_PROGRESS_DIRTY: in toDbStateString()