Home
last modified time | relevance | path

Searched defs:thresholds (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkAgent.java337 ArrayList<Integer> thresholds = in handleMessage() local
545 protected void setSignalStrengthThresholds(int[] thresholds) { in setSignalStrengthThresholds()
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthLte.java163 int[] thresholds; in updateLevel() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java2423 Bundle thresholds = new Bundle(); in verifyRssiMonitoringCallbackIsRegistered() local
/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java2011 String[] thresholds = values.split("/"); in parseLongArray() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java652 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3608 public void setSignalStrengthReportingCriteria(int[] thresholds, int ran) { in setSignalStrengthReportingCriteria()
DPhone.java3824 public void setSignalStrengthReportingCriteria(int[] thresholds, int ran) { in setSignalStrengthReportingCriteria()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5061 final SortedSet<Integer> thresholds = new TreeSet<>(); in getSignalStrengthThresholds() local
5076 Bundle thresholds = new Bundle(); in updateSignalStrengthThresholds() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java4813 protected void setSignalStrengthThresholds(int[] thresholds) { in setSignalStrengthThresholds()