Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java166 public CharSequence dualLabelContentDescription; field in QSTile.State
206 || !Objects.equals(other.dualLabelContentDescription, in copyTo()
207 dualLabelContentDescription) in copyTo()
223 other.dualLabelContentDescription = dualLabelContentDescription; in copyTo()
250 sb.append(",dualLabelContentDescription=").append(dualLabelContentDescription); in toStringBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDndTile.java275 state.dualLabelContentDescription = mContext.getResources().getString( in handleUpdateState()
DInternetTile.java566 state.dualLabelContentDescription = r.getString( in handleUpdateWifiState()