/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeExtractorTest.java | 20 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 94 | SUPPRESSED_EFFECT_NOTIFICATION_LIST)); in testExtractVisualDisturbancesIntercepted() 99 | NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST, in testExtractVisualDisturbancesIntercepted()
|
H A D | NotificationManagerServiceTest.java | 41 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 4400 SUPPRESSED_EFFECT_NOTIFICATION_LIST); in testSetNotificationPolicy_preP_setNewFields() 4454 SUPPRESSED_EFFECT_NOTIFICATION_LIST | SUPPRESSED_EFFECT_AMBIENT in testSetNotificationPolicy_P_setNewFields() 4457 int expected = SUPPRESSED_EFFECT_NOTIFICATION_LIST | SUPPRESSED_EFFECT_SCREEN_OFF in testSetNotificationPolicy_P_setNewFields()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenModeBlockedEffectsSettings.java | 23 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 69 new int[] {SUPPRESSED_EFFECT_NOTIFICATION_LIST})); in buildPreferenceControllers() 77 "zen_effect_list", SUPPRESSED_EFFECT_NOTIFICATION_LIST, in buildPreferenceControllers()
|
H A D | ZenModeVisEffectsAllPreferenceController.java | 43 | Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
|
H A D | ZenModeVisEffectsNonePreferenceController.java | 43 | Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/ |
H A D | ZenModeVisEffectsAllPreferenceControllerTest.java | 23 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 114 | SUPPRESSED_EFFECT_NOTIFICATION_LIST; in updateState_checked() 131 | SUPPRESSED_EFFECT_NOTIFICATION_LIST; in onPreferenceChanged_checkedTrue()
|
H A D | ZenFooterPreferenceControllerTest.java | 23 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 109 | SUPPRESSED_EFFECT_NOTIFICATION_LIST; in isAvailable_allVisEffects() 138 | SUPPRESSED_EFFECT_NOTIFICATION_LIST; in getSummary_allVisEffects()
|
H A D | ZenModeVisEffectsCustomPreferenceControllerTest.java | 23 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 118 | SUPPRESSED_EFFECT_NOTIFICATION_LIST; in updateState_notChecked_allVisEffects()
|
H A D | ZenModeVisEffectsNonePreferenceControllerTest.java | 23 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 122 | SUPPRESSED_EFFECT_NOTIFICATION_LIST; in onRadioButtonClick()
|
H A D | ZenModeVisEffectPreferenceControllerTest.java | 21 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 74 private static final int PARENT_EFFECT2 = SUPPRESSED_EFFECT_NOTIFICATION_LIST;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | ZenModeControllerImplTest.java | 94 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in testAreNotificationsHiddenInShade_zenOffShadeSuppressed() 115 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST); in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RankingCoordinatorTest.java | 20 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 163 .setSuppressedVisualEffects(SUPPRESSED_EFFECT_NOTIFICATION_LIST) in filterDozingSuppressNotificationList()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 1941 public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 1 << 8; field in NotificationManager.Policy 1952 SUPPRESSED_EFFECT_NOTIFICATION_LIST 2301 case SUPPRESSED_EFFECT_NOTIFICATION_LIST: in effectToString() 2459 return (suppressedVisualEffects & SUPPRESSED_EFFECT_NOTIFICATION_LIST) == 0; in showInNotificationList()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 29 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 864 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ZenModeControllerImpl.java | 129 & NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) != 0; in areNotificationsHiddenInShade()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 1006 (suppressedVisualEffects & Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) == 0); in toZenPolicy() 1127 isVisualEffectAllowed(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST, in toNotificationPolicy() 1129 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in toNotificationPolicy()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 31 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 205 | SUPPRESSED_EFFECT_NOTIFICATION_LIST;
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 48 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; 2874 SUPPRESSED_EFFECT_NOTIFICATION_LIST
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 6330 field public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 256; // 0x100
|