Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationManager.java1464 public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 1 << 2; field in NotificationManager.Policy
1505 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
1516 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
1667 suppressedEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()
1676 otherSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()
1694 if ((currSuppressedEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0 in suppressedVisualEffectsEqual()
1818 case SUPPRESSED_EFFECT_FULL_SCREEN_INTENT: in effectToString()
1929 return (suppressedVisualEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0; in showFullScreenIntents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java26 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
815 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java19 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
547 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in readXml()
995 isVisualEffectAllowed(Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT, in toNotificationPolicy()
1013 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in toNotificationPolicy()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java20 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
991 assertEquals(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testMigrateSuppressedVisualEffects_bothExistButOn()
1026 assertEquals(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT | SUPPRESSED_EFFECT_LIGHTS, in testMigrateSuppressedVisualEffects_bothExistButOn()
DNotificationManagerServiceTest.java34 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
3157 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_preP_setOldFields()
3211 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldFields()
3227 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setNewFields()
3231 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setNewFields()
3255 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setOldNewFields()
3258 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldNewFields()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java38 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
2147 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
2167 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
2187 & Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) != 0
2196 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...