Loading services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -679,7 +679,7 @@ public class NotificationAssistantsTest extends UiServiceTestCase { } } @Test @Test @EnableFlags(android.service.notification.Flags.FLAG_NOTIFICATION_CLASSIFICATION) @EnableFlags(Flags.FLAG_NOTIFICATION_CLASSIFICATION_UI) public void testDisallowAdjustmentType_readWriteXml_entries() throws Exception { public void testDisallowAdjustmentType_readWriteXml_entries() throws Exception { int userId = ActivityManager.getCurrentUser(); int userId = ActivityManager.getCurrentUser(); Loading Loading @@ -724,7 +724,7 @@ public class NotificationAssistantsTest extends UiServiceTestCase { } } @Test @Test @EnableFlags(android.service.notification.Flags.FLAG_NOTIFICATION_CLASSIFICATION) @EnableFlags(Flags.FLAG_NOTIFICATION_CLASSIFICATION_UI) public void testDisallowAdjustmentKeyType_readWriteXml() throws Exception { public void testDisallowAdjustmentKeyType_readWriteXml() throws Exception { mAssistants.loadDefaultsFromConfig(true); mAssistants.loadDefaultsFromConfig(true); mAssistants.setAssistantAdjustmentKeyTypeState(TYPE_PROMOTION, false); mAssistants.setAssistantAdjustmentKeyTypeState(TYPE_PROMOTION, false); Loading Loading
services/tests/uiservicestests/src/com/android/server/notification/NotificationAssistantsTest.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -679,7 +679,7 @@ public class NotificationAssistantsTest extends UiServiceTestCase { } } @Test @Test @EnableFlags(android.service.notification.Flags.FLAG_NOTIFICATION_CLASSIFICATION) @EnableFlags(Flags.FLAG_NOTIFICATION_CLASSIFICATION_UI) public void testDisallowAdjustmentType_readWriteXml_entries() throws Exception { public void testDisallowAdjustmentType_readWriteXml_entries() throws Exception { int userId = ActivityManager.getCurrentUser(); int userId = ActivityManager.getCurrentUser(); Loading Loading @@ -724,7 +724,7 @@ public class NotificationAssistantsTest extends UiServiceTestCase { } } @Test @Test @EnableFlags(android.service.notification.Flags.FLAG_NOTIFICATION_CLASSIFICATION) @EnableFlags(Flags.FLAG_NOTIFICATION_CLASSIFICATION_UI) public void testDisallowAdjustmentKeyType_readWriteXml() throws Exception { public void testDisallowAdjustmentKeyType_readWriteXml() throws Exception { mAssistants.loadDefaultsFromConfig(true); mAssistants.loadDefaultsFromConfig(true); mAssistants.setAssistantAdjustmentKeyTypeState(TYPE_PROMOTION, false); mAssistants.setAssistantAdjustmentKeyTypeState(TYPE_PROMOTION, false); Loading