OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbluetoothcontroller
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java
101
private BluetoothController
mBluetoothController
;
165
mBluetoothController
= bluetoothController;
591
mBluetoothController
.getBondedBluetoothDevices();
[
all
...]
PhoneStatusBar.java
159
BluetoothController
mBluetoothController
;
536
mBluetoothController
= new BluetoothController(mContext);
629
mQS.setup(mNetworkController,
mBluetoothController
, mBatteryController,
[
all
...]
Completed in 464 milliseconds