Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.6/
H A DIRadioIndication.hal57 * When IRadioIndication@1.6::unthrottleApn is sent, AOSP will no longer throttle calls
63 oneway unthrottleApn(RadioIndicationType type, string apn);
H A Dtypes.hal291 * IRadioIndication@1.6::unthrottleApn is sent with the same APN.
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp28 Return<void> RadioIndication_v1_6::unthrottleApn(RadioIndicationType /*type*/, in unthrottleApn() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h866 Return<void> unthrottleApn(RadioIndicationType type,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java420 public void unthrottleApn(int indicationType, String apn) in unthrottleApn() method in RadioIndication