OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothCallback
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
BluetoothManagerService.java
138
private final IBluetoothCallback
mBluetoothCallback
= new IBluetoothCallback.Stub() {
457
mBluetooth.unregisterCallback(
mBluetoothCallback
);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java
267
private RefreshCallback
mBluetoothCallback
;
552
mBluetoothCallback
= cb;
588
mBluetoothCallback
.refreshView(mBluetoothTile, mBluetoothState);
[
all
...]
Completed in 42 milliseconds