Merge "Revert "Rename Do Not Disturb -> Priority Mode""

This commit is contained in:
Yuri Lin
2022-02-28 15:57:05 +00:00
committed by Android (Google) Code Review
2 changed files with 152 additions and 152 deletions

View File

@@ -185,7 +185,7 @@ public class ZenModeBypassingAppsPreferenceControllerTest {
// only channel bypassing DND is a conversation (which will be showed on the
// conversations page instead of the apps page)
assertThat(mController.mPreference.isEnabled()).isTrue();
assertThat(mController.getSummary().contains("None")).isTrue();
assertThat(mController.getSummary().contains("No apps")).isTrue();
}
@Test
@@ -246,7 +246,7 @@ public class ZenModeBypassingAppsPreferenceControllerTest {
// THEN the preference is enabled and summary is updated
assertThat(mController.mPreference.isEnabled()).isTrue();
assertThat(mController.getSummary().contains("None")).isTrue();
assertThat(mController.getSummary().contains("No apps")).isTrue();
}
@Test