Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a771790b authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

Merge "AVRCP Controller test resource files"

am: 1a252a38

Change-Id: I5c0bf66bede54320cc7cfb25780d78168a8879d9
parents f5b58d8e 1a252a38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ public class AvrcpControllerStateMachineTest {
        MockitoAnnotations.initMocks(this);
        TestUtils.setAdapterService(mAdapterService);
        TestUtils.startService(mServiceRule, AvrcpControllerService.class);
        doReturn(mTargetContext.getResources()).when(mAvrcpControllerService).getResources();

        // This line must be called to make sure relevant objects are initialized properly
        mAdapter = BluetoothAdapter.getDefaultAdapter();