Home
last modified time | relevance | path

Searched refs:VISUAL_EFFECT_PEEK (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java92 VISUAL_EFFECT_PEEK,
106 public static final int VISUAL_EFFECT_PEEK = 2; field in ZenPolicy
362 return mVisualEffects.get(VISUAL_EFFECT_PEEK); in getVisualEffectPeek()
721 mZenPolicy.mVisualEffects.set(VISUAL_EFFECT_PEEK, in showPeeking()
780 case VISUAL_EFFECT_PEEK: in showVisualEffect()
895 case VISUAL_EFFECT_PEEK: in indexToVisualEffect()
1028 case VISUAL_EFFECT_PEEK: in getZenPolicyVisualEffectState()
H A DZenModeConfig.java1044 if (!zenPolicy.isVisualEffectAllowed(ZenPolicy.VISUAL_EFFECT_PEEK, in toNotificationPolicy()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java463 assertAllVisualEffectsUnsetExcept(policy, ZenPolicy.VISUAL_EFFECT_PEEK); in tesShowPeeking()
468 assertAllVisualEffectsUnsetExcept(policy, ZenPolicy.VISUAL_EFFECT_PEEK); in tesShowPeeking()
635 if (except != ZenPolicy.VISUAL_EFFECT_PEEK) { in assertAllVisualEffectsUnsetExcept()