Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java216 VISUAL_EFFECT_FULL_SCREEN_INTENT,
228 public static final int VISUAL_EFFECT_FULL_SCREEN_INTENT = 0; field in ZenPolicy
521 return mVisualEffects.get(VISUAL_EFFECT_FULL_SCREEN_INTENT); in getVisualEffectFullScreenIntent()
910 mZenPolicy.mVisualEffects.set(VISUAL_EFFECT_FULL_SCREEN_INTENT, in showFullScreenIntent()
982 case VISUAL_EFFECT_FULL_SCREEN_INTENT: in showVisualEffect()
1189 case VISUAL_EFFECT_FULL_SCREEN_INTENT: in indexToVisualEffect()
1346 case VISUAL_EFFECT_FULL_SCREEN_INTENT: in getZenPolicyVisualEffectState()
DZenModeConfig.java44 import static android.service.notification.ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT;
390 .showVisualEffect(VISUAL_EFFECT_FULL_SCREEN_INTENT, false) in getDefaultZenPolicy()
1717 ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT, in toNotificationPolicy()
1846 ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT, in toNotificationPolicy()
1848 ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT)); in toNotificationPolicy()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java591 assertAllVisualEffectsUnsetExcept(policy, ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT); in tesShowFullScreenIntent()
596 assertAllVisualEffectsUnsetExcept(policy, ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT); in tesShowFullScreenIntent()
835 if (except != ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT) { in assertAllVisualEffectsUnsetExcept()
DZenModeHelperTest.java69 import static android.service.notification.ZenPolicy.VISUAL_EFFECT_FULL_SCREEN_INTENT;
1670 .isVisualEffectAllowed(VISUAL_EFFECT_FULL_SCREEN_INTENT, true)).isFalse(); in testMigrateSuppressedVisualEffects_bothExistButOn()
1714 .isVisualEffectAllowed(VISUAL_EFFECT_FULL_SCREEN_INTENT, true)).isFalse(); in testMigrateSuppressedVisualEffects_bothExistButOn()