Loading res/values/strings.xml +150 −150 File changed.Preview size limit exceeded, changes collapsed. Show changes tests/robotests/src/com/android/settings/notification/zen/ZenModeBypassingAppsPreferenceControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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("No apps")).isTrue(); assertThat(mController.getSummary().contains("None")).isTrue(); } @Test Loading Loading @@ -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("No apps")).isTrue(); assertThat(mController.getSummary().contains("None")).isTrue(); } @Test Loading Loading
res/values/strings.xml +150 −150 File changed.Preview size limit exceeded, changes collapsed. Show changes
tests/robotests/src/com/android/settings/notification/zen/ZenModeBypassingAppsPreferenceControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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("No apps")).isTrue(); assertThat(mController.getSummary().contains("None")).isTrue(); } @Test Loading Loading @@ -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("No apps")).isTrue(); assertThat(mController.getSummary().contains("None")).isTrue(); } @Test Loading