Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/ui/
DNightDisplayTileMapper.kt71 private fun getSecondaryLabel( in getSecondaryLabel() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTileView.java72 public View getSecondaryLabel() { in getSecondaryLabel() method in QSTileView
DQSTile.java187 public CharSequence getSecondaryLabel(CharSequence 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
DHotspotTile.java180 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
DBluetoothTile.java241 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
DInternetTile.java151 private CharSequence getSecondaryLabel(boolean isTransient, @Nullable String statusLabel) { in getSecondaryLabel() method in InternetTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt532 override fun getSecondaryLabel(): View { in <lambda>() method