Searched refs:AZURE (Results 1 – 4 of 4) sorted by relevance
60 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()
142 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()
29 import static com.android.settings.accessibility.ScreenFlashNotificationColor.AZURE;172 checkColorButton(AZURE); in clickColorAndClickNegative_assertColor()
26 AZURE(0x660080FF, R.string.screen_flash_color_azure), enumConstant