Home
last modified time | relevance | path

Searched refs:AZURE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DColorSelectorLayoutTest.java60 mColorSelectorLayout.setCheckedColor(ScreenFlashNotificationColor.AZURE.mColorInt); in setColor_checkColorChanged()
62 .isEqualTo(ScreenFlashNotificationColor.AZURE.mColorInt); in setColor_checkColorChanged()
73 mColorSelectorLayout.setCheckedColor(ScreenFlashNotificationColor.AZURE.mColorInt); in setSelectedColor_checkColorChanged()
75 .isEqualTo(ScreenFlashNotificationColor.AZURE.mColorInt); in setSelectedColor_checkColorChanged()
DFlashNotificationsUtilTest.java142 assertThat(getScreenColor(0x660080FF)).isEqualTo(ScreenFlashNotificationColor.AZURE); in getScreenColor_azureColor_returnAzure()
152 assertThat(getColorDescriptionText(mContext, ScreenFlashNotificationColor.AZURE.mColorInt)) in getColorDescriptionText_azureColor_returnAzureName()
153 .isEqualTo(mContext.getString(ScreenFlashNotificationColor.AZURE.mStringRes)); in getColorDescriptionText_azureColor_returnAzureName()
DScreenFlashNotificationColorDialogFragmentTest.java29 import static com.android.settings.accessibility.ScreenFlashNotificationColor.AZURE;
172 checkColorButton(AZURE); in clickColorAndClickNegative_assertColor()
/packages/apps/Settings/src/com/android/settings/accessibility/
DScreenFlashNotificationColor.java26 AZURE(0x660080FF, R.string.screen_flash_color_azure), enumConstant