Home
last modified time | relevance | path

Searched refs:VISIBILITY_NO_OVERRIDE (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DVisibilityExtractorTest.java21 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE;
100 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalAllDpmAllChannelAll()
104 assertEquals(VISIBILITY_NO_OVERRIDE, r.getPackageVisibilityOverride()); in testGlobalAllDpmAllChannelAll()
118 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalNoneDpmAllChannelAll()
136 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalSomeDpmAllChannelAll()
155 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalAllDpmNoneChannelAll()
174 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalAllDpmSomeChannelAll()
DPreferencesHelperTest.java43 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE;
1844 assertEquals(VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
2063 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_updatesAppFields()
2093 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()
2107 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields()
2119 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
2144 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
5416 assertThat(originalChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_NO_OVERRIDE); in testUpdateConversationParent_updatesUnlockedFields()
5483 assertThat(updatedChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_NO_OVERRIDE); in testUpdateConversationParent_doesNotUpdateLockedFields()
DNotificationAttentionHelperTest.java670 r.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in testLockedPrivateA11yRedaction()
714 r.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in testLockedPublicA11yNoRedaction()
736 r.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in testUnlockedPrivateA11yNoRedaction()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java22 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE;
207 channel.setLockscreenVisibility(VISIBILITY_NO_OVERRIDE); in setUp()
210 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in setUp()
218 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in setUp()
227 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in setUp()
235 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in setUp()
369 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in testCurrentUserPrivateNotificationsRedactedChannel()
383 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in testCurrentUserPrivateNotificationsNullChannel()
674 channel.setLockscreenVisibility(VISIBILITY_NO_OVERRIDE); in testDevicePolicy_noPrivateNotifications_userAll()
681 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE).build()); in testDevicePolicy_noPrivateNotifications_userAll()
/frameworks/base/services/core/java/com/android/server/notification/
DVisibilityExtractor.java79 record.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in process()
DPreferencesHelper.java162 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE;
1078 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel()
1148 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
DNotificationAttentionHelper.java1037 final int notifVisibility = visibilityOverride == NotificationManager.VISIBILITY_NO_OVERRIDE in sendAccessibilityEvent()
/frameworks/base/core/proto/android/app/
Dnotification_channel.proto39 // Default is VISIBILITY_NO_OVERRIDE (-1000).
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerTest.kt27 import android.app.NotificationManager.VISIBILITY_NO_OVERRIDE
737 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE) in setupNotificationEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java25 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE;
444 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE) in publicMode_settingsDisallow()
DVisualInterruptionDecisionProviderTestBase.kt40 import android.app.NotificationManager.VISIBILITY_NO_OVERRIDE in <lambda>()
1312 visibilityOverride = VISIBILITY_NO_OVERRIDE in <lambda>()
DNotificationInterruptStateProviderImplTest.java29 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE;
252 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE) in testShouldHeadsUpWhenDozing()
/frameworks/base/core/proto/android/service/
Dnotification.proto144 // Default is VISIBILITY_NO_OVERRIDE (-1000).
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1695 public static final int VISIBILITY_NO_OVERRIDE = NotificationManager.VISIBILITY_NO_OVERRIDE; field in NotificationListenerService.Ranking
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt714 .setVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE) in createNotificationEntry()
/frameworks/base/core/java/android/app/
DNotificationChannel.java244 NotificationManager.VISIBILITY_NO_OVERRIDE;
DNotificationManager.java565 public static final int VISIBILITY_NO_OVERRIDE = -1000; field in NotificationManager
DNotification.java959 NotificationManager.VISIBILITY_NO_OVERRIDE
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8125 Landroid/app/NotificationManager;->VISIBILITY_NO_OVERRIDE:I
49048 Landroid/service/notification/NotificationListenerService$Ranking;->VISIBILITY_NO_OVERRIDE:I
/frameworks/base/core/api/
Dcurrent.txt41259 field public static final int VISIBILITY_NO_OVERRIDE = -1000; // 0xfffffc18