Searched refs:mRotationSuggestion (Results 1 – 1 of 1) sorted by relevance
1328 private boolean mRotationSuggestion; field in StatusBarManager.DisableInfo1340 mRotationSuggestion = (flags2 & DISABLE2_ROTATE_SUGGESTIONS) != 0; in DisableInfo()1470 return mRotationSuggestion; in isRotationSuggestionDisabled()1481 && !mRotationSuggestion; in areAllComponentsEnabled()1494 mRotationSuggestion = false; in setEnableAll()1505 && mRotationSuggestion; in areAllComponentsDisabled()1518 mRotationSuggestion = true; in setDisableAll()1535 sb.append(" mRotationSuggestion=").append(mRotationSuggestion ? "disabled" : "enabled"); in toString()1559 if (mRotationSuggestion) disable2 |= DISABLE2_ROTATE_SUGGESTIONS; in toFlags()