Searched refs:setDataThrottling (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/radio/config/1.3/ |
H A D | IRadioConfigResponse.hal | 37 * - Requesting android.hardware.radio@1.6::IRadio.setDataThrottling()
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 493 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 D | CommandsInterface.java | 2671 default void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() method
|
H A D | Phone.java | 4486 public void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() method in Phone 4488 mCi.setDataThrottling(result, workSource, dataThrottlingAction, completionWindowMillis); in setDataThrottling()
|
H A D | RIL.java | 4984 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 D | IRadio.hal | 397 oneway setDataThrottling(int32_t serial,
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 1877 phone.setDataThrottling(onCompleted, in handleMessage()
|