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

Commit 001a2e77 authored by Youming Ye's avatar Youming Ye Committed by Josh Hou
Browse files

Check the missing useHomeWfMode case

Bug: 133812904
Test: Build
Change-Id: If89c67c0595808a1339517c6084f1d1e23f5974b
Merged-In: If89c67c0595808a1339517c6084f1d1e23f5974b
parent 49358c53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public class WifiCallingPreferenceControllerTest {
    }

    @Test
    public void updateState_nonRoaming_wfcCellularPreferred() {
    public void updateState_wfcNonRoamingByConfig() {
        assertNull(mController.mSimCallManager);
        mCarrierConfig.putBoolean(
                CarrierConfigManager.KEY_USE_WFC_HOME_NETWORK_MODE_IN_ROAMING_NETWORK_BOOL, true);
@@ -147,7 +147,7 @@ public class WifiCallingPreferenceControllerTest {
    }

    @Test
    public void updateState_roaming_wfcWifiPreferred() {
    public void updateState_wfcRoamingByConfig() {
        assertNull(mController.mSimCallManager);
        // useWfcHomeModeForRoaming is false by default. In order to check wfc in roaming mode. We
        // need the device roaming, and not using home mode in roaming network.