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

Commit 77ee9366 authored by Ted Wang's avatar Ted Wang Committed by Automerger Merge Worker
Browse files

Merge "Revert "Test that the Bluetooth Finder property is set."" into main am: 6857ff20

parents 10148960 6857ff20
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <aidl/Vintf.h>
#include <aidl/android/hardware/bluetooth/finder/IBluetoothFinder.h>
#include <android-base/logging.h>
#include <android-base/properties.h>
#include <android/binder_manager.h>
#include <android/binder_process.h>
#include <binder/IServiceManager.h>
@@ -72,12 +71,6 @@ ScopedAStatus BluetoothFinderTest::getPoweredOffFinderMode(bool* status) {
  return bluetooth_finder->getPoweredOffFinderMode(status);
}

TEST_P(BluetoothFinderTest, PropertyIsSet) {
  ASSERT_EQ(
      android::base::GetProperty("ro.bluetooth.finder.supported", "false"),
      "true");
}

TEST_P(BluetoothFinderTest, SendEidsSingle) {
  ScopedAStatus status = sendEids(1);
  ASSERT_TRUE(status.isOk());