summaryrefslogtreecommitdiffstats
path: root/sensors/1.0/vts
diff options
context:
space:
mode:
authorChris Phoenix <cphoenix@google.com>2017-01-23 12:45:54 -0800
committerChris Phoenix <cphoenix@google.com>2017-01-23 12:45:54 -0800
commitd27458f6760a829de03018bd3bed6b23fda53ee6 (patch)
tree85849058df36047fcce8b0750e81b37a3d54204f /sensors/1.0/vts
parent28952f593350418b76e6997e18e43b910672f6af (diff)
downloadandroid_hardware_interfaces-d27458f6760a829de03018bd3bed6b23fda53ee6.tar.gz
android_hardware_interfaces-d27458f6760a829de03018bd3bed6b23fda53ee6.tar.bz2
android_hardware_interfaces-d27458f6760a829de03018bd3bed6b23fda53ee6.zip
Remove "false" parameter from getService
Test: None Change-Id: I281206aa9faa8aa5e5012763f3a489906155bd3e
Diffstat (limited to 'sensors/1.0/vts')
-rw-r--r--sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp b/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp
index 194afc21f..9a71745dd 100644
--- a/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp
+++ b/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp
@@ -80,7 +80,7 @@ class SensorsHidlEnvironment : public ::testing::Environment {
};
void SensorsHidlEnvironment::SetUp() {
- sensors = ISensors::getService(false);
+ sensors = ISensors::getService();
ALOGI_IF(sensors, "sensors is not nullptr, %p", sensors.get());
ASSERT_NE(sensors, nullptr);