Merge "[Settings] configuration for hidding SIM notification UI" into tm-qpr-dev

This commit is contained in:
Bonian Chen
2022-11-07 02:05:50 +00:00
committed by Android (Google) Code Review
4 changed files with 20 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ public class SimSelectNotificationTest {
when(mSubInfo.getDisplayName()).thenReturn(mFakeDisplayName);
when(mContext.getResources()).thenReturn(mResources);
when(mResources.getBoolean(R.bool.config_show_sim_info)).thenReturn(true);
when(mResources.getText(R.string.enable_sending_mms_notification_title))
.thenReturn(mFakeNotificationTitle);
when(mResources.getText(R.string.enable_mms_notification_channel_title))