OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dualLabelContentDescription
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java
403
public String
dualLabelContentDescription
;
414
|| !Objects.equals(other.
dualLabelContentDescription
,
415
dualLabelContentDescription
);
420
other.
dualLabelContentDescription
=
dualLabelContentDescription
;
436
sb.append(",
dualLabelContentDescription
=").append(
dualLabelContentDescription
);
QSTileView.java
301
mDualLabel.setContentDescription(state.
dualLabelContentDescription
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java
125
bluetoothName = state.
dualLabelContentDescription
= mContext.getString(
128
state.
dualLabelContentDescription
= bluetoothName;
WifiTile.java
150
state.
dualLabelContentDescription
= wifiName;
Completed in 178 milliseconds