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.java1905 public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 1 << 2; field in NotificationManager.Policy
1946 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java28 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
832 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_FULL_SCREEN_INTENT); in shouldSuppressFullScreenIntent()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java22 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java29 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
199 | SUPPRESSED_EFFECT_FULL_SCREEN_INTENT
1405 setFinalField("suppressedVisualEffects", SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()
1432 setFinalField("suppressedVisualEffects", SUPPRESSED_EFFECT_FULL_SCREEN_INTENT in testUpdateWidgetsFromBroadcastInBackgroundAllowVisualEffectsAndAllowAlarmsOnly()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java32 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()
DNotificationManagerServiceTest.java39 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()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java46 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) != 0
3025 newSuppressedVisualEffects |= SUPPRESSED_EFFECT_FULL_SCREEN_INTENT;
/frameworks/base/core/api/
Dcurrent.txt6323 field public static final int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT = 4; // 0x4