Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java218 VISUAL_EFFECT_PEEK,
232 public static final int VISUAL_EFFECT_PEEK = 2; field in ZenPolicy
536 return mVisualEffects.get(VISUAL_EFFECT_PEEK); in getVisualEffectPeek()
929 mZenPolicy.mVisualEffects.set(VISUAL_EFFECT_PEEK, in showPeeking()
988 case VISUAL_EFFECT_PEEK: in showVisualEffect()
1193 case VISUAL_EFFECT_PEEK: in indexToVisualEffect()
1350 case VISUAL_EFFECT_PEEK: in getZenPolicyVisualEffectState()
DZenModeConfig.java46 import static android.service.notification.ZenPolicy.VISUAL_EFFECT_PEEK;
392 .showVisualEffect(VISUAL_EFFECT_PEEK, false) in getDefaultZenPolicy()
1743 if (!zenPolicy.isVisualEffectAllowed(ZenPolicy.VISUAL_EFFECT_PEEK, in toNotificationPolicy()
1872 if (!manualRule.zenPolicy.isVisualEffectAllowed(ZenPolicy.VISUAL_EFFECT_PEEK, in toNotificationPolicy()
1874 ZenPolicy.VISUAL_EFFECT_PEEK))) { in toNotificationPolicy()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java621 assertAllVisualEffectsUnsetExcept(policy, ZenPolicy.VISUAL_EFFECT_PEEK); in tesShowPeeking()
626 assertAllVisualEffectsUnsetExcept(policy, ZenPolicy.VISUAL_EFFECT_PEEK); in tesShowPeeking()
843 if (except != ZenPolicy.VISUAL_EFFECT_PEEK) { in assertAllVisualEffectsUnsetExcept()
DZenModeHelperTest.java71 import static android.service.notification.ZenPolicy.VISUAL_EFFECT_PEEK;
1674 .isVisualEffectAllowed(VISUAL_EFFECT_PEEK, true)).isFalse(); in testMigrateSuppressedVisualEffects_bothExistButOn()
1695 .isVisualEffectAllowed(VISUAL_EFFECT_PEEK, true)).isFalse(); in testMigrateSuppressedVisualEffects_bothExistButOn()