Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSliceItem.java58 mShouldShowXLevelIcon = wifiEntry.shouldShowXLevelIcon(); in WifiSliceItem()
80 if (shouldShowXLevelIcon() != otherItem.shouldShowXLevelIcon()) { in equals()
112 public boolean shouldShowXLevelIcon() { in shouldShowXLevelIcon() method in WifiSliceItem
DWifiSlice.java181 wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
/packages/apps/Settings/src/com/android/settings/network/
DProviderModelSlice.java392 wifiSliceItem.getLevel(), wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2.java577 final boolean showX = mWifiEntry.shouldShowXLevelIcon(); in refreshRssiViews()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2Test.java694 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in signalStrengthPref_shouldShowXLevelIcon_showXTrue()