Searched refs:getScreenColor (Results 1 – 2 of 2) sorted by relevance
28 import static com.android.settings.accessibility.FlashNotificationsUtil.getScreenColor;137 getScreenColor(0x4D0000FF)); in getScreenColor_undefinedColor_throwException()142 assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); in getScreenColor_azureColor_returnAzure()
90 static ScreenFlashNotificationColor getScreenColor(@ColorInt int colorInt) in getScreenColor() method in FlashNotificationsUtil106 return context.getString(getScreenColor(color).mStringRes); in getColorDescriptionText()