Searched refs:shouldShowXLevelIcon (Results 1 – 8 of 8) sorted by relevance
65 mShouldShowXLevelIcon = wifiEntry.shouldShowXLevelIcon(); in WifiSliceItem()91 if (shouldShowXLevelIcon() != otherItem.shouldShowXLevelIcon()) { in equals()129 public boolean shouldShowXLevelIcon() { in shouldShowXLevelIcon() method in WifiSliceItem
287 wifiSliceItem.shouldShowXLevelIcon()); in getWifiIconResId()
103 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(false); in setUp()216 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in levelChanged_showXWifiRefresh_shouldUpdateLevelIcon()
180 mShowX = mWifiEntry.shouldShowXLevelIcon(); in refresh()
403 wifiSliceItem.getLevel(), wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
569 return mIconInjector.getIcon(wifiEntry.shouldShowXLevelIcon(), wifiEntry.getLevel()); in getWifiDrawable()582 boolean showX = mWifiEntry.shouldShowXLevelIcon(); in refreshRssiViews()
357 when(wifiSliceItem.shouldShowXLevelIcon()).thenReturn(false); in getWifiIconResId_notInstantHotspotNetwork_returnInternetIcon()
686 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in signalStrengthPref_shouldShowXLevelIcon_showXTrue()1851 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(false); in getWifiDrawable_withWifiEntryNotShowXLevelIcon_getIconWithInternet()1862 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in getWifiDrawable_withWifiEntryShowXLevelIcon_getIconWithNoInternet()