Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40b8917b authored by Fan Wu's avatar Fan Wu
Browse files

Fix WifiCallingSettingsForSubTest

Bug: 378832412
Test: atest
Flag: EXEMPT fix test
Change-Id: Id45f472e87371eb00ba3412a39ccda5af5723e4b
parent 14ba0b65
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ import android.telephony.ims.ImsMmTelManager;
import android.view.View;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.lifecycle.LifecycleOwner;
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;
@@ -400,6 +401,11 @@ public class WifiCallingSettingsForSubTest {
            return null;
        }

        @Override
        public @Nullable String getPreferenceScreenBindingKey(@NonNull Context context) {
            return null;
        }

        @Override
        protected Object getSystemService(final String name) {
            switch (name) {