OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothEnabler
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java
63
private BluetoothEnabler
mBluetoothEnabler
;
132
mBluetoothEnabler
= new BluetoothEnabler(activity, actionBarSwitch);
141
mBluetoothEnabler
.resume();
155
mBluetoothEnabler
.pause();
/packages/apps/Settings/src/com/android/settings/
Settings.java
397
private final BluetoothEnabler
mBluetoothEnabler
;
451
mBluetoothEnabler
= new BluetoothEnabler(context, new Switch(context));
509
mBluetoothEnabler
.setSwitch(holder.switch_);
532
mBluetoothEnabler
.resume();
537
mBluetoothEnabler
.pause();
Completed in 28 milliseconds