Home
last modified time | relevance | path

Searched refs:dualLabelContentDescription (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java113 public CharSequence dualLabelContentDescription; field in QSTile.State
130 || !Objects.equals(other.dualLabelContentDescription, in copyTo()
131 dualLabelContentDescription) in copyTo()
146 other.dualLabelContentDescription = dualLabelContentDescription; in copyTo()
170 sb.append(",dualLabelContentDescription=").append(dualLabelContentDescription); in toStringBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileView.java134 mLabelContainer.setContentDescription(dualTarget ? state.dualLabelContentDescription in handleStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java165 state.dualLabelContentDescription = mContext.getResources().getString( in handleUpdateState()
DDndTile.java266 state.dualLabelContentDescription = mContext.getResources().getString( in handleUpdateState()
DWifiTile.java219 state.dualLabelContentDescription = r.getString( in handleUpdateState()