Loading wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h +2 −2 Original line number Diff line number Diff line Loading @@ -64,9 +64,9 @@ void stopSupplicantService() { void initializeService() { if (SupplicantAidlTestUtils::useAidlService()) { SupplicantAidlTestUtils::stopSupplicantService(); SupplicantAidlTestUtils::initializeService(); } else { SupplicantLegacyTestUtils::stopSupplicantService(); SupplicantLegacyTestUtils::initializeService(); } } Loading Loading
wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h +2 −2 Original line number Diff line number Diff line Loading @@ -64,9 +64,9 @@ void stopSupplicantService() { void initializeService() { if (SupplicantAidlTestUtils::useAidlService()) { SupplicantAidlTestUtils::stopSupplicantService(); SupplicantAidlTestUtils::initializeService(); } else { SupplicantLegacyTestUtils::stopSupplicantService(); SupplicantLegacyTestUtils::initializeService(); } } Loading