Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DAccessPointTest.java1049 int fallbackSpeed = Speed.SLOW; in testSpeedLabelFallbackScoreIgnoresNullCurves() local
1052 when(mockBadgeCurve.lookupScore(anyInt())).thenReturn((byte) fallbackSpeed); in testSpeedLabelFallbackScoreIgnoresNullCurves()
1060 assertThat(ap.getSpeed()).isEqualTo(fallbackSpeed); in testSpeedLabelFallbackScoreIgnoresNullCurves()