Searched defs:mBluetoothCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java129 private final IBluetoothCallback mBluetoothCallback = new IBluetoothCallback.Stub() { field in class:BluetoothManagerService
449 mBluetooth.unregisterCallback(mBluetoothCallback);
769 mBluetooth.registerCallback(mBluetoothCallback);
889 mBluetooth.unregisterCallback(mBluetoothCallback);
977 mBluetooth.registerCallback(mBluetoothCallback);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java207 private RefreshCallback mBluetoothCallback; field in class:QuickSettingsModel
461 mBluetoothCallback = cb;
497 mBluetoothCallback.refreshView(mBluetoothTile, mBluetoothState);

Completed in 137 milliseconds