Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivityTaskManager.java356 int modeType = config.uiMode & Configuration.UI_MODE_TYPE_MASK; in currentUiModeSupportsErrorDialogs() local
357 return (modeType != Configuration.UI_MODE_TYPE_CAR in currentUiModeSupportsErrorDialogs()
358 && !(modeType == Configuration.UI_MODE_TYPE_WATCH && Build.IS_USER) in currentUiModeSupportsErrorDialogs()
359 && modeType != Configuration.UI_MODE_TYPE_TELEVISION in currentUiModeSupportsErrorDialogs()
360 && modeType != Configuration.UI_MODE_TYPE_VR_HEADSET); in currentUiModeSupportsErrorDialogs()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal95 * @param modeType USSD type code
98 oneway onUssd(RadioIndicationType type, UssdModeType modeType, string msg);
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h435 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_utils_v1_1.h455 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_utils_v1_3.h521 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_utils_v1_2.h548 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_utils_v1_4.h615 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_utils_v1_5.h714 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_utils_v1_6.h982 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
/aosp12/hardware/ril/libril/
H A Dril_service.cpp6921 UssdModeType modeType = (UssdModeType) atoi(mode); in onUssdInd() local
6926 convertIntToRadioIndicationType(indicationType), modeType, msg); in onUssdInd()