commit | 8cdff7f6bd0ef9db83d45f8764b15fc47923103f | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Apr 26 16:22:12 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 26 16:22:12 2023 +0000 |
tree | 9e1060380e722008f0b8e936069d87b054dfcaf0 | |
parent | badc20c3a9ceb8e065a333e764cca58f99e2b0d2 [diff] | |
parent | 8fddf600464d0d3cc488e9358cede85e84e5b1f5 [diff] |
Merge "Fix VtsHalWifiSupplicantP2pIfaceTargetTest failed issue" into udc-dev am: 8fddf60046 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/22873180 Change-Id: Id7ff8fe8f1c3d055ef873267cccb63ca6ce6d3dd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h b/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h index 7eeab68..f2cb3f6 100644 --- a/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h +++ b/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h
@@ -64,9 +64,9 @@ void initializeService() { if (SupplicantAidlTestUtils::useAidlService()) { - SupplicantAidlTestUtils::stopSupplicantService(); + SupplicantAidlTestUtils::initializeService(); } else { - SupplicantLegacyTestUtils::stopSupplicantService(); + SupplicantLegacyTestUtils::initializeService(); } }