Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java52 private BluetoothCallback mBluetoothCallback; field in BluetoothEventManagerTest
99 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 …]
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java235 private final IBluetoothCallback mBluetoothCallback = new IBluetoothCallback.Stub() { field in BluetoothManagerService
1199 mBluetooth.unregisterCallback(mBluetoothCallback); in unbindAndFinish()
1975 mBluetooth.registerCallback(mBluetoothCallback); in handleMessage()
2189 mBluetooth.unregisterCallback(mBluetoothCallback); in restartForReason()
2506 mBluetooth.unregisterCallback(mBluetoothCallback); in recoverBluetoothServiceFromError()