Searched refs:SUPPRESSED_EFFECT_FULL_SCREEN_INTENT (Results 1 – 8 of 8) sorted by relevance
1905 public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 1 << 2; field in NotificationManager.Policy1946 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,2136 suppressedEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()2145 otherSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()2163 if ((currSuppressedEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0 in suppressedVisualEffectsEqual()2289 case SUPPRESSED_EFFECT_FULL_SCREEN_INTENT: in effectToString()2429 return (suppressedVisualEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0; in showFullScreenIntents()
28 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;832 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
22 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;575 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in readXml()994 (suppressedVisualEffects & Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0); in toZenPolicy()1078 isVisualEffectAllowed(Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT, in toNotificationPolicy()1096 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in toNotificationPolicy()
29 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;199 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT1405 setFinalField("suppressedVisualEffects", SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()1432 setFinalField("suppressedVisualEffects", SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testUpdateWidgetsFromBroadcastInBackgroundAllowVisualEffectsAndAllowAlarmsOnly()
32 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;1264 assertEquals(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testMigrateSuppressedVisualEffects_bothExistButOn()1299 assertEquals(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT | SUPPRESSED_EFFECT_LIGHTS, in testMigrateSuppressedVisualEffects_bothExistButOn()
39 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;4204 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_preP_setOldFields()4258 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldFields()4274 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setNewFields()4278 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setNewFields()4302 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setOldNewFields()4305 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldNewFields()
46 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;2976 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,2996 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;3016 & Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) != 03025 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
6323 field public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 4; // 0x4