Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DRssiUtil.java29 int[] thresholds = getRssiLevelThresholds(context); in calculateSignalLevel() local
/frameworks/base/telephony/java/android/telephony/
DSignalThresholdInfo.java161 int hysteresisMs, int hysteresisDb, @NonNull int [] thresholds, boolean isEnabled) { in SignalThresholdInfo()
DCellSignalStrengthNr.java357 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
DCellSignalStrengthLte.java343 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
/frameworks/base/core/java/android/net/
DNetworkAgent.java520 ArrayList<Integer> thresholds = in handleMessage() local
980 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
984 protected void setSignalStrengthThresholds(int[] thresholds) { in setSignalStrengthThresholds()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java110 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java1090 List<TemperatureThreshold> thresholds = in updateSevereThresholds() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java497 Pair<int[], int[]> thresholds = (Pair<int[], int[]>) msg.obj; in handleMessage() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java2405 String[] thresholds = values.split("/"); in parseLongArray() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java2689 Bundle thresholds = new Bundle(); in verifyRssiMonitoringCallbackIsRegistered() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3926 int signalStrengthMeasure, int[] thresholds, int ran, boolean isEnabled) { in setSignalStrengthReportingCriteria()
DPhone.java4148 int signalStrengthMeasure, int[] thresholds, int ran, boolean isEnabled) { in setSignalStrengthReportingCriteria()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java4656 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java5446 final SortedSet<Integer> thresholds = new TreeSet<>(); in getSignalStrengthThresholds() local
5461 Bundle thresholds = new Bundle(); in updateSignalStrengthThresholds() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java1072 private static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()