Searched refs:modeType (Results 1 – 1 of 1) sorted by relevance
441 int modeType = config.uiMode & Configuration.UI_MODE_TYPE_MASK; in currentUiModeSupportsErrorDialogs() local442 return (modeType != Configuration.UI_MODE_TYPE_CAR in currentUiModeSupportsErrorDialogs()443 && !(modeType == Configuration.UI_MODE_TYPE_WATCH && Build.IS_USER) in currentUiModeSupportsErrorDialogs()444 && modeType != Configuration.UI_MODE_TYPE_TELEVISION in currentUiModeSupportsErrorDialogs()445 && modeType != Configuration.UI_MODE_TYPE_VR_HEADSET); in currentUiModeSupportsErrorDialogs()