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

Commit 490043ec authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "AVRCP: Change notification variable when the interim response is sent" am: 7a9f2349

am: b509ca06

Change-Id: Iea6a4b8261b0a90cdc85904ddb2e9b0312cfb8da
parents dda77df6 b509ca06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ using TestAvrcpPacket = TestPacketType<Packet>;
using TestBrowsePacket = TestPacketType<BrowsePacket>;

using ::testing::_;
using ::testing::MockFunction;
using ::testing::Mock;
using ::testing::MockFunction;
using ::testing::NiceMock;
using ::testing::Return;
using ::testing::SaveArg;