Searched refs:shouldShowXLevelIcon (Results 1 – 5 of 5) sorted by relevance
58 mShouldShowXLevelIcon = wifiEntry.shouldShowXLevelIcon(); in WifiSliceItem()80 if (shouldShowXLevelIcon() != otherItem.shouldShowXLevelIcon()) { in equals()112 public boolean shouldShowXLevelIcon() { in shouldShowXLevelIcon() method in WifiSliceItem
181 wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
392 wifiSliceItem.getLevel(), wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
577 final boolean showX = mWifiEntry.shouldShowXLevelIcon(); in refreshRssiViews()
694 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in signalStrengthPref_shouldShowXLevelIcon_showXTrue()