Home
last modified time | relevance | path

Searched refs:ScreenColorNotFoundException (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DFlashNotificationsUtil.java91 throws ScreenColorNotFoundException { in getScreenColor()
100 throw new ScreenColorNotFoundException(); in getScreenColor()
107 } catch (ScreenColorNotFoundException e) { in getColorDescriptionText()
128 static class ScreenColorNotFoundException extends Exception { class in FlashNotificationsUtil
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsUtilTest.java136 assertThrows(FlashNotificationsUtil.ScreenColorNotFoundException.class, () -> in getScreenColor_undefinedColor_throwException()