Home
last modified time | relevance | path

Searched refs:modeType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityTaskManager.java349 int modeType = config.uiMode & Configuration.UI_MODE_TYPE_MASK; in currentUiModeSupportsErrorDialogs() local
350 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()