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

Commit 3a19c32b authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "WifiCallingSettingsForSubTest: Solve casting problem in setup"

am: 8877dc8f

Change-Id: I34fd41dfc4e12c069f78cb017f8f754a43689b74
parents d42dcf04 8877dc8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,8 +92,8 @@ public class WifiCallingSettingsForSubTest {
    @Mock private ToggleSwitch mToggleSwitch;
    @Mock private View mView;
    @Mock private ImsConfig mImsConfig;
    @Mock private ListPreference mButtonWfcMode;
    @Mock private ListPreference mButtonWfcRoamingMode;
    @Mock private ListWithEntrySummaryPreference mButtonWfcMode;
    @Mock private ListWithEntrySummaryPreference mButtonWfcRoamingMode;
    @Mock private Preference mUpdateAddress;

    @Before