Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java160 public CharSequence dualLabelContentDescription; field in QSTile.State
181 || !Objects.equals(other.dualLabelContentDescription, in copyTo()
182 dualLabelContentDescription) in copyTo()
200 other.dualLabelContentDescription = dualLabelContentDescription; in copyTo()
229 sb.append(",dualLabelContentDescription=").append(dualLabelContentDescription); in toStringBuilder()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java175 state.dualLabelContentDescription = mContext.getResources().getString( in handleUpdateState()
H A DDndTile.java297 state.dualLabelContentDescription = mContext.getResources().getString( in handleUpdateState()
H A DWifiTile.java240 state.dualLabelContentDescription = r.getString( in handleUpdateState()
H A DInternetTile.java475 state.dualLabelContentDescription = r.getString( in handleUpdateWifiState()