Searched refs:STATUS_ICON_WIFI_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarView.java | 50 STATUS_ICON_WIFI_UNAVAILABLE, 60 public static final int STATUS_ICON_WIFI_UNAVAILABLE = 1; field in DreamOverlayStatusBarView 123 mStatusIcons.put(STATUS_ICON_WIFI_UNAVAILABLE, in onFinishInflate() 147 case STATUS_ICON_WIFI_UNAVAILABLE -> "wifi_unavailable"; in getLoggableStatusIconType()
|
H A D | DreamOverlayStatusBarViewController.java | 267 showIcon(DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, !available, in updateWifiUnavailableStatusIcon()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarViewControllerTest.java | 183 DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, true, null); in testOnViewAttachedShowsWifiIconWhenWifiUnavailable() 193 DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, false, null); in testOnViewAttachedHidesWifiIconWhenWifiAvailable() 201 DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, true, null); in testOnViewAttachedShowsWifiIconWhenNetworkCapabilitiesUnavailable() 361 DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, false, null); in testWifiIconHiddenWhenWifiBecomesAvailable() 379 DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, true, null); in testWifiIconShownWhenWifiBecomesUnavailable() 398 DreamOverlayStatusBarView.STATUS_ICON_WIFI_UNAVAILABLE, false, null); in testWifiIconHiddenWhenCapabilitiesChange()
|