Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java247 public void setDataThrottling(int serial, byte dataThrottlingAction, in setDataThrottling() method in RadioDataProxy
251 mDataProxy.setDataThrottling(serial, dataThrottlingAction, completionDurationMillis); in setDataThrottling()
253 ((android.hardware.radio.V1_6.IRadio) mRadioProxy).setDataThrottling(serial, in setDataThrottling()
DCommandsInterface.java2600 default void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() method
DPhone.java4569 public void setDataThrottling(Message result, WorkSource workSource, in setDataThrottling() method in Phone
4571 mCi.setDataThrottling(result, workSource, dataThrottlingAction, completionWindowMillis); in setDataThrottling()
DRIL.java4317 public void setDataThrottling(Message result, WorkSource workSource, int dataThrottlingAction, in setDataThrottling() method in RIL
4334 dataProxy.setDataThrottling(rr.mSerial, (byte) dataThrottlingAction, in setDataThrottling()