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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java553 public CharSequence dualLabelContentDescription; field in class:QSTile.State
568 || !Objects.equals(other.dualLabelContentDescription,
569 dualLabelContentDescription)
581 other.dualLabelContentDescription = dualLabelContentDescription;
607 sb.append(",dualLabelContentDescription=").append(dualLabelContentDescription);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java150 bluetoothName = state.dualLabelContentDescription = mContext.getString(
153 state.dualLabelContentDescription = bluetoothName;
H A DWifiTile.java187 state.dualLabelContentDescription = wifiName;

Completed in 1789 milliseconds