summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Wang <tedwang@google.com>2024-04-26 06:14:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-26 06:14:17 +0000
commit6857ff20a96e4a753c722c4a37a123a33dab7852 (patch)
tree1de655e8e144c7544b91b7ab28a69a500272a9c7
parent62734b79cb995a24a5945efb2babc33398887a7e (diff)
parent8a7e803ff683b132b3036e0a8db9ae701fb79685 (diff)
downloadinterfaces-6857ff20a96e4a753c722c4a37a123a33dab7852.tar.gz
Merge "Revert "Test that the Bluetooth Finder property is set."" into main
-rw-r--r--bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp b/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp
index fee9e24200..be07a7db24 100644
--- a/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp
+++ b/bluetooth/finder/aidl/vts/VtsHalBluetoothFinderTargetTest.cpp
@@ -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());