Home
last modified time | relevance | path

Searched refs:STATUS_ICON_WIFI_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarView.java50 STATUS_ICON_WIFI_UNAVAILABLE,
60 public static final int STATUS_ICON_WIFI_UNAVAILABLE = 1; field in AmbientStatusBarView
123 mStatusIcons.put(STATUS_ICON_WIFI_UNAVAILABLE, in onFinishInflate()
147 case STATUS_ICON_WIFI_UNAVAILABLE -> "wifi_unavailable"; in getLoggableStatusIconType()
DAmbientStatusBarViewController.java257 showIcon(AmbientStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, !available, in updateWifiUnavailableStatusIcon()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewControllerTest.java170 AmbientStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, true, null); in testWifiIconShownWhenWifiUnavailable()
179 AmbientStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, false, null); in testWifiIconHiddenWhenWifiAvailable()