Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java79 @Mock private AdapterService mAvrcpAdapterService; field in AvrcpControllerStateMachineTest
114 doReturn(true).when(mAvrcpAdapterService).isStartedProfile(anyString()); in setUp()
115 TestUtils.setAdapterService(mAvrcpAdapterService); in setUp()
149 TestUtils.clearAdapterService(mAvrcpAdapterService); in tearDown()