Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSliceItem.java65 mShouldShowXLevelIcon = wifiEntry.shouldShowXLevelIcon(); in WifiSliceItem()
91 if (shouldShowXLevelIcon() != otherItem.shouldShowXLevelIcon()) { in equals()
129 public boolean shouldShowXLevelIcon() { in shouldShowXLevelIcon() method in WifiSliceItem
DWifiSlice.java287 wifiSliceItem.shouldShowXLevelIcon()); in getWifiIconResId()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiEntryPreferenceTest.java103 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(false); in setUp()
216 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in levelChanged_showXWifiRefresh_shouldUpdateLevelIcon()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEntryPreference.java164 mShowX = mWifiEntry.shouldShowXLevelIcon(); in refresh()
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2.java561 return mIconInjector.getIcon(wifiEntry.shouldShowXLevelIcon(), wifiEntry.getLevel()); in getWifiDrawable()
574 boolean showX = mWifiEntry.shouldShowXLevelIcon(); in refreshRssiViews()
/packages/apps/Settings/src/com/android/settings/network/
DProviderModelSlice.java403 wifiSliceItem.getLevel(), wifiSliceItem.shouldShowXLevelIcon())); in getWifiSliceItemLevelIcon()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/slice/
DWifiSliceTest.java357 when(wifiSliceItem.shouldShowXLevelIcon()).thenReturn(false); in getWifiIconResId_notInstantHotspotNetwork_returnInternetIcon()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2Test.java685 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()