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