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()
164 mShowX = mWifiEntry.shouldShowXLevelIcon(); in refresh()
561 return mIconInjector.getIcon(wifiEntry.shouldShowXLevelIcon(), wifiEntry.getLevel()); in getWifiDrawable()574 boolean showX = mWifiEntry.shouldShowXLevelIcon(); in refreshRssiViews()
403 wifiSliceItem.getLevel(), wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
357 when(wifiSliceItem.shouldShowXLevelIcon()).thenReturn(false); in getWifiIconResId_notInstantHotspotNetwork_returnInternetIcon()
685 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in signalStrengthPref_shouldShowXLevelIcon_showXTrue()1850 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(false); in getWifiDrawable_withWifiEntryNotShowXLevelIcon_getIconWithInternet()1861 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in getWifiDrawable_withWifiEntryShowXLevelIcon_getIconWithNoInternet()