Merge "[Settings] Code Refactor" into rvc-dev am: 268bdc12c6 am: 949ec8a1f0 am: 9e9597f7d8 am: 3c4dffc470

Change-Id: I45977c850977be84c0dc1f6461e68a1941efc1a2
This commit is contained in:
Bonian Chen
2020-03-31 07:29:37 +00:00
committed by Automerger Merge Worker
2 changed files with 25 additions and 5 deletions

View File

@@ -351,5 +351,13 @@ public class WifiCallingSettingsForSubTest {
return null;
}
}
@Override
TelephonyManager getTelephonyManagerForSub(int subId) {
return mTelephonyManager;
}
@Override
void showAlert(Intent intent) {}
}
}