Home
last modified time | relevance | path

Searched defs:statusLabel (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiStatusTracker.java171 public String statusLabel; field in WifiStatusTracker
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DInternetTile.java158 private CharSequence getSecondaryLabel(boolean isTransient, @Nullable String statusLabel) { in getSecondaryLabel()