Home
last modified time | relevance | path

Searched defs:getSecondaryLabel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTileView.java71 public View getSecondaryLabel() { in getSecondaryLabel() method in QSTileView
DQSTile.java190 public String getSecondaryLabel(String stateText) { in getSecondaryLabel() method in QSTile.State
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNightDisplayTile.java166 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
DBluetoothTile.java202 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
DHotspotTile.java180 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
DInternetTile.java158 private CharSequence getSecondaryLabel(boolean isTransient, @Nullable String statusLabel) { in getSecondaryLabel() method in InternetTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt361 override fun getSecondaryLabel(): View { in <lambda>() method