Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DAdapterServiceTest.java95 private @Mock IBluetoothCallback mIBluetoothCallback; field in AdapterServiceTest
190 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()