Searched refs:setLinkCapacityReportingCriteria (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DeviceStateMonitor.java | 586 setLinkCapacityReportingCriteria(); in onReset() 655 private void setLinkCapacityReportingCriteria() { in setLinkCapacityReportingCriteria() method in DeviceStateMonitor 656 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 658 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 660 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 662 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 665 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria()
|
D | CommandsInterface.java | 2339 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method
|
D | GsmCdmaPhone.java | 3959 public void setLinkCapacityReportingCriteria(int[] dlThresholds, int[] ulThresholds, int ran) { in setLinkCapacityReportingCriteria() method in GsmCdmaPhone 3960 mCi.setLinkCapacityReportingCriteria(REPORTING_HYSTERESIS_MILLIS, REPORTING_HYSTERESIS_KBPS, in setLinkCapacityReportingCriteria()
|
D | Phone.java | 4142 public void setLinkCapacityReportingCriteria(int[] dlThresholds, int[] ulThresholds, int ran) { in setLinkCapacityReportingCriteria() method in Phone
|
D | RIL.java | 4960 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in RIL 4984 radioProxy12.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 653 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 653 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in SipCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1408 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 2324 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in SimulatedCommands
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 7511 HSPLandroid/hardware/radio/V1_3/IRadio$Proxy;->setLinkCapacityReportingCriteria(IIIILjava/util/Arra… 21999 HSPLcom/android/internal/telephony/DeviceStateMonitor;->setLinkCapacityReportingCriteria()V 22099 HSPLcom/android/internal/telephony/GsmCdmaPhone;->setLinkCapacityReportingCriteria([I[II)V 22626 HSPLcom/android/internal/telephony/RIL;->setLinkCapacityReportingCriteria(III[I[IILandroid/os/Messa…
|