Searched refs:mBluetoothCallback (Results 1 – 2 of 2) sorted by relevance
52 private BluetoothCallback mBluetoothCallback; field in BluetoothEventManagerTest99 mBluetoothEventManager.registerCallback(mBluetoothCallback); in intentWithExtraState_audioStateChangedShouldDispatchToRegisterCallback()104 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_audioStateChangedShouldDispatchToRegisterCallback()112 mBluetoothEventManager.registerCallback(mBluetoothCallback); in intentWithExtraState_phoneStateChangedShouldDispatchToRegisterCallback()117 verify(mBluetoothCallback).onAudioModeChanged(); in intentWithExtraState_phoneStateChangedShouldDispatchToRegisterCallback()126 mBluetoothEventManager.registerCallback(mBluetoothCallback); in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()131 verify(mBluetoothCallback).onProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()137 mBluetoothEventManager.registerCallback(mBluetoothCallback); in dispatchAclConnectionStateChanged_aclDisconnected_shouldDispatchCallback()143 verify(mBluetoothCallback).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclDisconnected_shouldDispatchCallback()149 mBluetoothEventManager.registerCallback(mBluetoothCallback); in dispatchAclConnectionStateChanged_aclConnected_shouldDispatchCallback()[all …]
235 private final IBluetoothCallback mBluetoothCallback = new IBluetoothCallback.Stub() { field in BluetoothManagerService1199 mBluetooth.unregisterCallback(mBluetoothCallback); in unbindAndFinish()1975 mBluetooth.registerCallback(mBluetoothCallback); in handleMessage()2189 mBluetooth.unregisterCallback(mBluetoothCallback); in restartForReason()2506 mBluetooth.unregisterCallback(mBluetoothCallback); in recoverBluetoothServiceFromError()