Searched refs:mIBluetoothCallback (Results 1 – 1 of 1) sorted by relevance
95 private @Mock IBluetoothCallback mIBluetoothCallback; field in AdapterServiceTest190 when(mIBluetoothCallback.asBinder()).thenReturn(mBinder); in setUp()206 mServiceBinder.registerCallback(mIBluetoothCallback, mAttributionSource); in setUp()216 mServiceBinder.unregisterCallback(mIBluetoothCallback, mAttributionSource); in tearDown()223 verify(mIBluetoothCallback, timeout(timeoutMs) in verifyStateChange()