/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | VisibilityExtractorTest.java | 25 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE; 110 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalAllDpmAllChannelAll() 114 assertEquals(VISIBILITY_NO_OVERRIDE, r.getPackageVisibilityOverride()); in testGlobalAllDpmAllChannelAll() 128 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalNoneDpmAllChannelAll() 146 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalSomeDpmAllChannelAll() 165 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalAllDpmNoneChannelAll() 184 NotificationRecord r = getNotificationRecord(VISIBILITY_NO_OVERRIDE); in testGlobalAllDpmSomeChannelAll()
|
H A D | BuzzBeepBlinkTest.java | 516 r.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in testLockedPrivateA11yRedaction() 560 r.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in testLockedPublicA11yNoRedaction() 582 r.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in testUnlockedPrivateA11yNoRedaction()
|
H A D | PreferencesHelperTest.java | 43 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE; 1652 assertEquals(VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings() 1869 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_updatesAppFields() 1899 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields() 1913 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_postUpgrade_noUpdateAppFields() 1925 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 1950 assertEquals(VISIBILITY_NO_OVERRIDE, in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels() 5212 assertThat(originalChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_NO_OVERRIDE); in testUpdateConversationParent_updatesUnlockedFields() 5279 assertThat(updatedChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_NO_OVERRIDE); in testUpdateConversationParent_doesNotUpdateLockedFields()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | VisibilityExtractor.java | 79 record.setPackageVisibilityOverride(NotificationManager.VISIBILITY_NO_OVERRIDE); in process()
|
H A D | PreferencesHelper.java | 154 private static final int DEFAULT_VISIBILITY = NotificationManager.VISIBILITY_NO_OVERRIDE; 1018 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel() 1088 NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
|
H A D | NotificationManagerService.java | 9247 final int notifVisibility = visibilityOverride == NotificationManager.VISIBILITY_NO_OVERRIDE
|
/aosp14/frameworks/base/core/proto/android/app/ |
H A D | notification_channel.proto | 39 // Default is VISIBILITY_NO_OVERRIDE (-1000).
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | notification.proto | 144 // Default is VISIBILITY_NO_OVERRIDE (-1000).
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1674 public static final int VISIBILITY_NO_OVERRIDE = NotificationManager.VISIBILITY_NO_OVERRIDE; field in NotificationListenerService.Ranking
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImplTest.java | 29 import static android.app.NotificationManager.VISIBILITY_NO_OVERRIDE; 227 .setVisibilityOverride(VISIBILITY_NO_OVERRIDE) in testShouldHeadsUpWhenDozing()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 237 NotificationManager.VISIBILITY_NO_OVERRIDE;
|
H A D | NotificationManager.java | 505 public static final int VISIBILITY_NO_OVERRIDE = -1000; field in NotificationManager
|
H A D | Notification.java | 912 NotificationManager.VISIBILITY_NO_OVERRIDE
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8125 Landroid/app/NotificationManager;->VISIBILITY_NO_OVERRIDE:I 49691 Landroid/service/notification/NotificationListenerService$Ranking;->VISIBILITY_NO_OVERRIDE:I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 41001 field public static final int VISIBILITY_NO_OVERRIDE = -1000; // 0xfffffc18
|