Searched refs:setLinkCapacityReportingCriteria (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DeviceStateMonitor.java | 545 setLinkCapacityReportingCriteria(); in onReset() 600 private void setLinkCapacityReportingCriteria() { in setLinkCapacityReportingCriteria() method in DeviceStateMonitor 601 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 603 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 605 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria() 607 mPhone.setLinkCapacityReportingCriteria(LINK_CAPACITY_DOWNLINK_THRESHOLDS, in setLinkCapacityReportingCriteria()
|
D | CommandsInterface.java | 2247 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method
|
D | GsmCdmaPhone.java | 3614 public void setLinkCapacityReportingCriteria(int[] dlThresholds, int[] ulThresholds, int ran) { in setLinkCapacityReportingCriteria() method in GsmCdmaPhone 3615 mCi.setLinkCapacityReportingCriteria(REPORTING_HYSTERESIS_MILLIS, REPORTING_HYSTERESIS_KBPS, in setLinkCapacityReportingCriteria()
|
D | Phone.java | 3829 public void setLinkCapacityReportingCriteria(int[] dlThresholds, int[] ulThresholds, int ran) { in setLinkCapacityReportingCriteria() method in Phone
|
D | RIL.java | 4370 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in RIL 4391 radioProxy12.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 643 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 643 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 1397 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 2239 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() method in SimulatedCommands
|