Searched refs:FLAG_FILL_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance
87 private static final int FLAG_FILL_IN_PROGRESS = 1 << 2; field in HotseatPredictionController212 mPauseFlags |= FLAG_FILL_IN_PROGRESS; in fillGapsWithPrediction()245 mPauseFlags &= ~FLAG_FILL_IN_PROGRESS; in fillGapsWithPrediction()529 appendFlag(str, flags, FLAG_FILL_IN_PROGRESS, "FLAG_FILL_IN_PROGRESS"); in getStateString()