Searched refs:modeType (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityTaskManager.java | 356 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 D | IRadioIndication.hal | 95 * @param modeType USSD type code 98 oneway onUssd(RadioIndicationType type, UssdModeType modeType, string msg);
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_0.h | 435 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/interfaces/radio/1.1/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_1.h | 455 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/interfaces/radio/1.3/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_3.h | 521 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/interfaces/radio/1.2/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_2.h | 548 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/interfaces/radio/1.4/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_4.h | 615 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/interfaces/radio/1.5/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_5.h | 714 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_hidl_hal_utils_v1_6.h | 982 Return<void> onUssd(RadioIndicationType type, UssdModeType modeType,
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 6921 UssdModeType modeType = (UssdModeType) atoi(mode); in onUssdInd() local 6926 convertIntToRadioIndicationType(indicationType), modeType, msg); in onUssdInd()
|