Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationManager.java1483 public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 1 << 2; field in NotificationManager.Policy
1524 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
1535 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
1686 suppressedEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()
1695 otherSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in suppressedVisualEffectsEqual()
1713 if ((currSuppressedEffects & SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) == 0 in suppressedVisualEffectsEqual()
1837 case SUPPRESSED_EFFECT_FULL_SCREEN_INTENT: in effectToString()
1948 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;
745 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.java35 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
3235 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_preP_setOldFields()
3289 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldFields()
3305 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setNewFields()
3309 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setNewFields()
3333 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setOldNewFields()
3336 | 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;
2220 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
2240 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
2260 & Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) != 0
2269 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
/frameworks/base/non-updatable-api/
Dcurrent.txt5893 field public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt5893 field public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 4; // 0x4