Searched refs:mIBluetoothCallback (Results 1 – 1 of 1) sorted by relevance
147 private @Mock IBluetoothCallback mIBluetoothCallback; field in AdapterServiceTest315 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 …]