Home
last modified time | relevance | path

Searched refs:SUPPRESSED_EFFECT_FULL_SCREEN_INTENT (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java2134 public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 1 << 2; field in NotificationManager.Policy
2175 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
2373 suppressedEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()
2382 otherSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()
2400 if ((currSuppressedEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0 in suppressedVisualEffectsEqual()
2543 case SUPPRESSED_EFFECT_FULL_SCREEN_INTENT: in effectToString()
2686 return (suppressedVisualEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0; in showFullScreenIntents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java27 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
853 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt38 import android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in <lambda>()
667 buildFsiEntry { suppressedVisualEffects = SUPPRESSED_EFFECT_FULL_SCREEN_INTENT }, in <lambda>()
687 suppressedVisualEffects = SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in <lambda>()
DNotificationInterruptStateProviderImplTest.java27 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
586 .setSuppressedVisualEffects(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) in testShouldNotFullScreen_suppressedOnlyByDND()
605 .setSuppressedVisualEffects(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) in testShouldNotFullScreen_suppressedByDNDAndOther()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java23 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
211 SUPPRESSED_EFFECT_SCREEN_OFF | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT
1002 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in readXml()
1629 (suppressedVisualEffects & Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0); in toZenPolicy()
1718 isVisualEffectAllowed(Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT, in toNotificationPolicy()
1736 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in toNotificationPolicy()
1865 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in toNotificationPolicy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java29 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
204 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT
1432 setFinalField("suppressedVisualEffects", SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()
1459 setFinalField("suppressedVisualEffects", SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testUpdateWidgetsFromBroadcastInBackgroundAllowVisualEffectsAndAllowAlarmsOnly()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java71 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
3294 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
3314 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
3334 & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) != 0
3343 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java59 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
7000 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_preP_setOldFields()
7054 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldFields()
7070 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setNewFields()
7074 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setNewFields()
7098 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setOldNewFields()
7101 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldNewFields()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7113 field public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 4; // 0x4