Home
last modified time | relevance | path

Searched refs:getSecondaryLabel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java148 state.secondaryLabel = getSecondaryLabel( in handleUpdateState()
153 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
DNightDisplayTile.java121 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState()
132 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
DBluetoothTile.java136 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState()
180 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
DWifiTile.java180 state.secondaryLabel = getSecondaryLabel(isTransient, cb.statusLabel); in handleUpdateState()
224 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() method in WifiTile