Searched refs:getSecondaryLabel (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | HotspotTile.java | 148 state.secondaryLabel = getSecondaryLabel( in handleUpdateState() 153 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
|
D | NightDisplayTile.java | 121 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState() 132 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
|
D | BluetoothTile.java | 136 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState() 180 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
|
D | WifiTile.java | 180 state.secondaryLabel = getSecondaryLabel(isTransient, cb.statusLabel); in handleUpdateState() 224 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() method in WifiTile
|