commit | a77d0e10dcb251f1ead51aa978371fda01300edd | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Apr 26 16:27:49 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 26 16:27:49 2023 +0000 |
tree | 5654ddc529899d361196c68bee17130ec653ec7c | |
parent | 3fe217345d83a84838510f57667381dfc137e709 [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: I4d13864ffd904144deba0c07207e4ea2e88b2bb5 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(); } }