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

Commit e6e5847c authored by Yuri Lin's avatar Yuri Lin
Browse files

Rename Do Not Disturb -> Priority Mode

in strings only -- no UI changes in this CL.

Bug: 190180868
Test: manual, ZenModeBypassingAppsPreferenceControllerTest (robotest)

Change-Id: I7bb74d2fd1a9d3b24a8b81a6cc8ba35d38b25656
parent a67bb943
Loading
Loading
Loading
Loading
+150 −150

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Original line Diff line number Diff line
@@ -185,7 +185,7 @@ public class ZenModeBypassingAppsPreferenceControllerTest {
        // only channel bypassing DND is a conversation (which will be showed on the
        // only channel bypassing DND is a conversation (which will be showed on the
        // conversations page instead of the apps page)
        // conversations page instead of the apps page)
        assertThat(mController.mPreference.isEnabled()).isTrue();
        assertThat(mController.mPreference.isEnabled()).isTrue();
        assertThat(mController.getSummary().contains("No apps")).isTrue();
        assertThat(mController.getSummary().contains("None")).isTrue();
    }
    }


    @Test
    @Test
@@ -246,7 +246,7 @@ public class ZenModeBypassingAppsPreferenceControllerTest {


        // THEN the preference is enabled and summary is updated
        // THEN the preference is enabled and summary is updated
        assertThat(mController.mPreference.isEnabled()).isTrue();
        assertThat(mController.mPreference.isEnabled()).isTrue();
        assertThat(mController.getSummary().contains("No apps")).isTrue();
        assertThat(mController.getSummary().contains("None")).isTrue();
    }
    }


    @Test
    @Test