Searched refs:VISIBILITY_SECRET (Results 1 – 20 of 20) sorted by relevance
19 import static android.app.Notification.VISIBILITY_SECRET;122 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalNoneDpmAllChannelAll()159 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalAllDpmNoneChannelAll()192 NotificationRecord r = getNotificationRecord(VISIBILITY_SECRET); in testGlobalAllDpmAllChannelNone()196 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalAllDpmAllChannelNone()229 NotificationRecord r = getNotificationRecord(VISIBILITY_SECRET); in testGlobalAllDpmSomeChannelNone()233 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalAllDpmSomeChannelNone()
22 import static android.app.Notification.VISIBILITY_SECRET;597 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXml()665 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForBackup()1130 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForNonBackup_postMigration()1215 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForBackup_postMigration()1302 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForBackup_postMigration_noExternal()1873 + VISIBILITY_SECRET + "\"" + " uid=\"" + UID_N_MR1 + "\" />\n" in testChannelXml_upgradeCreateDefaultChannel()1887 assertEquals(VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()2036 channel.setLockscreenVisibility(VISIBILITY_SECRET); in testUpdate()2072 defaultChannel.setLockscreenVisibility(VISIBILITY_SECRET); in testUpdate_preUpgrade_updatesAppFields()[all …]
27 import static android.app.Notification.VISIBILITY_SECRET;1301 visibility = VISIBILITY_SECRET; in testAutobundledSummaryVisibility_noPublicChildren()
1209 Notification.VISIBILITY_SECRET); in getSignalExtractorSideEffects()
61 != Notification.VISIBILITY_SECRET; in process()65 record.setPackageVisibilityOverride(Notification.VISIBILITY_SECRET); in process()
468 case Notification.VISIBILITY_SECRET: in countApiUse()
3 import android.app.Notification.VISIBILITY_SECRET195 entry.sbn.notification.visibility == VISIBILITY_SECRET -> true in shouldHideNotification()243 entry.ranking.channel.lockscreenVisibility == VISIBILITY_SECRET in isRankingVisibilitySecret()
21 import static android.app.Notification.VISIBILITY_SECRET;461 .setVisibilityOverride(VISIBILITY_SECRET).build()); in publicMode_nullChannel_allowed()470 channel.setLockscreenVisibility(VISIBILITY_SECRET); in publicMode_notifDisallowed()480 .setVisibilityOverride(VISIBILITY_SECRET).build()); in publicMode_notifDisallowed()549 .setVisibilityOverride(VISIBILITY_SECRET) in notificationChannelVisibilityNoOverride()569 channel.setLockscreenVisibility(VISIBILITY_SECRET); in notificationChannelVisibilitySecret()606 .setVisibility(VISIBILITY_SECRET); in notificationVisibilitySecret()
74 get() = channel?.lockscreenVisibility == Notification.VISIBILITY_SECRET || in bindCoordinator()75 sbn.notification?.visibility == Notification.VISIBILITY_SECRET in bindCoordinator()
95 Notification.VISIBILITY_SECRET, false); in showReEnrollmentNotification()185 BAD_CALIBRATION_NOTIFICATION_TAG, Notification.VISIBILITY_SECRET, false); in showBadCalibrationNotification()241 Notification.VISIBILITY_SECRET, false, Notification.FLAG_NO_CLEAR); in showBiometricReEnrollNotification()
42 VISIBILITY_SECRET = -1; enumerator
85 .setVisibility(Notification.VISIBILITY_SECRET) // Should not appear on lock screen in showNotification()
248 .setVisibility(Notification.VISIBILITY_SECRET) in showNotification()
702 notification.visibility = Notification.VISIBILITY_SECRET in createNotificationEntry()709 channel.lockscreenVisibility = Notification.VISIBILITY_SECRET in createNotificationEntry()
264 .setVisibility(Notification.VISIBILITY_SECRET)392 .setVisibility(Notification.VISIBILITY_SECRET)
922 VISIBILITY_SECRET,950 public static final int VISIBILITY_SECRET = -1; field in Notification958 VISIBILITY_SECRET,3788 if (this.visibility >= VISIBILITY_SECRET && this.visibility <= VISIBILITY_PUBLIC) { in dumpDebug()3884 case VISIBILITY_SECRET: in visibilityToString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4622 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
6510 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
8141 Landroid/app/NotificationProto;->VISIBILITY_SECRET:I