Searched refs:modeType (Results 1 – 1 of 1) sorted by relevance
349 int modeType = config.uiMode & Configuration.UI_MODE_TYPE_MASK; in currentUiModeSupportsErrorDialogs() local350 return (modeType != Configuration.UI_MODE_TYPE_CAR in currentUiModeSupportsErrorDialogs()351 && !(modeType == Configuration.UI_MODE_TYPE_WATCH && Build.IS_USER) in currentUiModeSupportsErrorDialogs()352 && modeType != Configuration.UI_MODE_TYPE_TELEVISION in currentUiModeSupportsErrorDialogs()353 && modeType != Configuration.UI_MODE_TYPE_VR_HEADSET); in currentUiModeSupportsErrorDialogs()