Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java84 private static final int DB_STATE_WRITE_IN_PROGRESS = 3; field in WatchdogStorage
96 DB_STATE_WRITE_IN_PROGRESS,
157 mCurrentDbState = mCurrentDbState == DB_STATE_WRITE_IN_PROGRESS in markDirty()
177 mCurrentDbState = DB_STATE_WRITE_IN_PROGRESS; in startWrite()
192 if (mCurrentDbState != DB_STATE_WRITE_IN_PROGRESS) { in markWriteSuccessful()
556 case DB_STATE_WRITE_IN_PROGRESS: in toDbStateString()