commit | 7830c15357a503b36b908ee1972b9d55c45e4cf9 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Apr 26 17:06:48 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 26 17:06:48 2023 +0000 |
tree | 9e1060380e722008f0b8e936069d87b054dfcaf0 | |
parent | 7ca7659095ada870f0f0db28cfa865560a0385d6 [diff] | |
parent | a77d0e10dcb251f1ead51aa978371fda01300edd [diff] |
Merge "Fix VtsHalWifiSupplicantP2pIfaceTargetTest failed issue" into udc-dev am: 8fddf60046 am: a77d0e10dc Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/22873180 Change-Id: Id1269dabdbd3cfe3c552ad34d88826ee06ec483b 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(); } }