Home
last modified time | relevance | path

Searched refs:systemThresholds (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java872 @Nullable int[] systemThresholds, int hysteresis) { in getConsolidatedSignalThresholds() argument
883 if (systemThresholds != null) { in getConsolidatedSignalThresholds()
884 for (int systemThreshold : systemThresholds) { in getConsolidatedSignalThresholds()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthControllerTest.java399 final int[] systemThresholds = new int[]{0, 10, 20, 30}; in getConsolidatedSignalThresholds_consolidateAppsThresholdsWithSystem() local
431 ran, measurement, systemThresholds, hysteresis in getConsolidatedSignalThresholds_consolidateAppsThresholdsWithSystem()