Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DPasspointWifiEntryTest.java244 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue()
248 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue()
255 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue()
261 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue()
267 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue()
DStandardWifiEntryTest.java833 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
839 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
846 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
852 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
858 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java349 public boolean shouldShowXLevelIcon() { in shouldShowXLevelIcon() method in WifiEntry
1258 sj.add("Level:" + getLevel() + (shouldShowXLevelIcon() ? "!" : "")); in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java487 return mWifiIconInjector.getIcon(wifiEntry.shouldShowXLevelIcon(), wifiEntry.getLevel()); in getWifiDrawable()