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;
3171 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_preP_setOldFields()
3225 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setOldFields()
3241 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setNewFields()
3245 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT; in testSetNotificationPolicy_P_setNewFields()
3269 | SUPPRESSED_EFFECT_LIGHTS | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in testSetNotificationPolicy_P_setOldNewFields()
3272 | 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;
2161 SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,
2181 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
2201 & Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT) != 0
2210 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
/frameworks/base/api/
Dcurrent.txt5890 field public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 4; // 0x4