commit | d4a0a6fb73aa3a983123c22e373aaff9bcfe517f | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Apr 26 17:04:29 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 26 17:04:29 2023 +0000 |
tree | 21fe54f5cf03005f3d11cd501c2e42c4263e6b7d | |
parent | 566ea16759fa43a970a331e1de7a6d619f1f9ac2 [diff] | |
parent | a1dc48f60da49f1783d2f70d43a843b034b5b138 [diff] |
Merge "Fix VtsHalWifiSupplicantP2pIfaceTargetTest failed issue" into udc-dev am: 8fddf60046 am: a1dc48f60d Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/22873180 Change-Id: I865f0843bdc663e69793fe62e9aa4af2a0676c12 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(); } }