OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java
67
import com.android.systemui.statusbar.phone.QuickSettingsModel.
BluetoothState
;
97
private
BluetoothState
mBluetoothState;
124
mBluetoothState = new QuickSettingsModel.
BluetoothState
();
584
BluetoothState
bluetoothState
= (
BluetoothState
) state;
603
bluetoothState
.stateContentDescription));
[
all
...]
QuickSettingsModel.java
94
public static class
BluetoothState
extends State {
268
private
BluetoothState
mBluetoothState = new
BluetoothState
();
569
public void onBluetoothStateChange(
BluetoothState
bluetoothStateIn) {
[
all
...]
Completed in 1158 milliseconds