Loading tests/robotests/src/com/android/settings/accessibility/FlashNotificationsUtilTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ public class FlashNotificationsUtilTest { @Test public void getScreenColor_azureColor_returnAzure() throws Exception { assertThat(getScreenColor(0x4D0000FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); } @Test Loading Loading
tests/robotests/src/com/android/settings/accessibility/FlashNotificationsUtilTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ public class FlashNotificationsUtilTest { @Test public void getScreenColor_azureColor_returnAzure() throws Exception { assertThat(getScreenColor(0x4D0000FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); } @Test Loading