OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateContentDescription
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java
96
String
stateContentDescription
;
577
mBluetoothState.
stateContentDescription
= r.getString(R.string.accessibility_desc_connected);
580
mBluetoothState.
stateContentDescription
= r.getString(R.string.accessibility_desc_on);
586
mBluetoothState.
stateContentDescription
= r.getString(R.string.accessibility_desc_off);
[
all
...]
QuickSettings.java
603
bluetoothState.
stateContentDescription
));
[
all
...]
Completed in 477 milliseconds