Home
last modified time | relevance | path

Searched refs:VISIBILITY_SECRET (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/proto/android/app/
Dnotification.proto42 VISIBILITY_SECRET = -1; enumerator
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java332 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXml()
396 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXmlForBackup()
644 + Notification.VISIBILITY_SECRET + "\"" +" uid=\"" + UID_N_MR1 + "\" />\n" in testChannelXml_upgradeCreateDefaultChannel()
658 assertEquals(Notification.VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()
767 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate()
803 defaultChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_updatesAppFields()
811 assertEquals(Notification.VISIBILITY_SECRET, mHelper.getPackageVisibility(PKG_N_MR1, in testUpdate_preUpgrade_updatesAppFields()
830 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_postUpgrade_noUpdateAppFields()
857 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
867 defaultChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
[all …]
DNotificationManagerServiceTest.java528 Notification.VISIBILITY_SECRET); in getSignalExtractorSideEffects()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java99 && (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET in shouldFilterOut()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java83 .setVisibility(Notification.VISIBILITY_SECRET) // Should not appear on lock screen in showNotification()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java268 .setVisibility(Notification.VISIBILITY_SECRET)
396 .setVisibility(Notification.VISIBILITY_SECRET)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java306 Notification.VISIBILITY_SECRET; in shouldHideNotifications()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java318 .setVisibility(Notification.VISIBILITY_SECRET) in onAcquired()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java466 case Notification.VISIBILITY_SECRET: in countApiUse()
/frameworks/base/core/java/android/app/
DNotification.java767 VISIBILITY_SECRET,
792 public static final int VISIBILITY_SECRET = -1; field in Notification
2989 if (this.visibility >= VISIBILITY_SECRET && this.visibility <= VISIBILITY_PUBLIC) { in writeToProto()
3085 case VISIBILITY_SECRET: in visibilityToString()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4622 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
/frameworks/base/non-updatable-api/
Dcurrent.txt5378 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
/frameworks/base/api/
Dcurrent.txt5378 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8144 Landroid/app/NotificationProto;->VISIBILITY_SECRET:I