Loading system/bta/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ cc_test { srcs: [ ":LegacyStackSdp", ":TestCommonMockFunctions", ":TestCommonSyncMainHandler", ":TestFakeOsi", ":TestMockBtif", ":TestMockMainShim", Loading Loading @@ -250,6 +251,7 @@ cc_test { "libbt-audio-hal-interface", "libbt-bta", "libbt-bta-core", "libbt-btu-main-thread", "libbt-common", "libbt-platform-protos-lite", "libbt_shim_bridge", Loading system/bta/test/bta_dm_test.cc +0 −4 Original line number Diff line number Diff line Loading @@ -42,10 +42,6 @@ using namespace std::chrono_literals; namespace base { class MessageLoop; } // namespace base namespace { constexpr uint8_t kUnusedTimer = BTA_ID_MAX; const RawAddress kRawAddress({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); Loading system/bta/test/bta_hf_client_test.cc +0 −8 Original line number Diff line number Diff line Loading @@ -21,17 +21,9 @@ #include <memory> #include "bta/hf_client/bta_hf_client_int.h" #include "bta/include/bta_hf_client_api.h" #include "common/message_loop_thread.h" #include "test/fake/fake_osi.h" #include "types/raw_address.h" namespace base { class MessageLoop; } // namespace base bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } namespace { const RawAddress bdaddr1({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); const RawAddress bdaddr2({0x66, 0x55, 0x44, 0x33, 0x22, 0x11}); Loading Loading
system/bta/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,7 @@ cc_test { srcs: [ ":LegacyStackSdp", ":TestCommonMockFunctions", ":TestCommonSyncMainHandler", ":TestFakeOsi", ":TestMockBtif", ":TestMockMainShim", Loading Loading @@ -250,6 +251,7 @@ cc_test { "libbt-audio-hal-interface", "libbt-bta", "libbt-bta-core", "libbt-btu-main-thread", "libbt-common", "libbt-platform-protos-lite", "libbt_shim_bridge", Loading
system/bta/test/bta_dm_test.cc +0 −4 Original line number Diff line number Diff line Loading @@ -42,10 +42,6 @@ using namespace std::chrono_literals; namespace base { class MessageLoop; } // namespace base namespace { constexpr uint8_t kUnusedTimer = BTA_ID_MAX; const RawAddress kRawAddress({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); Loading
system/bta/test/bta_hf_client_test.cc +0 −8 Original line number Diff line number Diff line Loading @@ -21,17 +21,9 @@ #include <memory> #include "bta/hf_client/bta_hf_client_int.h" #include "bta/include/bta_hf_client_api.h" #include "common/message_loop_thread.h" #include "test/fake/fake_osi.h" #include "types/raw_address.h" namespace base { class MessageLoop; } // namespace base bluetooth::common::MessageLoopThread* get_main_thread() { return nullptr; } namespace { const RawAddress bdaddr1({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); const RawAddress bdaddr2({0x66, 0x55, 0x44, 0x33, 0x22, 0x11}); Loading