Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java147 private @Mock IBluetoothCallback mIBluetoothCallback; field in AdapterServiceTest
315 when(mIBluetoothCallback.asBinder()).thenReturn(mBinder); in setUp()
339 mAdapterService.registerRemoteCallback(mIBluetoothCallback); in setUp()
351 mAdapterService.unregisterRemoteCallback(mIBluetoothCallback); in tearDown()
376 verify(mIBluetoothCallback).onBluetoothStateChange(prevState, currState); in verifyStateChange()
384 verify(mIBluetoothCallback, timeout(timeoutMs)) in verifyStateChange()
659 mIBluetoothCallback, in testGattStopTimeout()
722 mIBluetoothCallback, in startBleOnly_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
768 mIBluetoothCallback, in startBrDr_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
827 mIBluetoothCallback, in testProfileStartTimeout()
[all …]