Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/config/1.3/
H A DIRadioConfigResponse.hal37 * - Requesting android.hardware.radio@1.6::IRadio.setDataThrottling()
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_api.cpp493 TEST_P(RadioHidlTest_v1_6, setDataThrottling) { in TEST_P() argument
496 Return<void> res = radio_v1_6->setDataThrottling( in TEST_P()
520 res = radio_v1_6->setDataThrottling(serial, DataThrottlingAction::THROTTLE_ANCHOR_CARRIER, in TEST_P()
543 res = radio_v1_6->setDataThrottling(serial, DataThrottlingAction::HOLD, 60000); in TEST_P()
566 res = radio_v1_6->setDataThrottling(serial, DataThrottlingAction::NO_DATA_THROTTLING, 60000); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2671 default void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() method
H A DPhone.java4486 public void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() method in Phone
4488 mCi.setDataThrottling(result, workSource, dataThrottlingAction, completionWindowMillis); in setDataThrottling()
H A DRIL.java4984 public void setDataThrottling(Message result, WorkSource workSource, int dataThrottlingAction, in setDataThrottling() method in RIL
5010 radioProxy16.setDataThrottling(rr.mSerial, (byte) dataThrottlingAction, in setDataThrottling()
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadio.hal397 oneway setDataThrottling(int32_t serial,
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1877 phone.setDataThrottling(onCompleted, in handleMessage()