Home
last modified time | relevance | path

Searched refs:mBluetoothCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java277 private TetheredInterfaceCallbackShim mBluetoothCallback; field in Tethering
790 mBluetoothCallback = null; in onServiceDisconnected()
829 mBluetoothCallback = new BluetoothCallback(); in changeBluetoothTetheringSettings()
832 mBluetoothCallback); in changeBluetoothTetheringSettings()
844 mBluetoothCallback = null; in changeBluetoothTetheringSettings()
856 if (this != mBluetoothCallback) return; in onAvailable()
864 if (this != mBluetoothCallback) return; in onUnavailable()
/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothManagerService.java308 private final IBluetoothCallback mBluetoothCallback = new IBluetoothCallback.Stub() { field in BluetoothManagerService
1519 synchronousUnregisterCallback(mBluetoothCallback, in unbindAndFinish()
2341 synchronousRegisterCallback(mBluetoothCallback, in handleMessage()
2589 synchronousUnregisterCallback(mBluetoothCallback, in restartForReason()
2975 synchronousUnregisterCallback(mBluetoothCallback, mContext.getAttributionSource()); in recoverBluetoothServiceFromError()