Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java304 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXml()
363 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXmlForBackup()
497 + Notification.VISIBILITY_SECRET + "\"" +" uid=\"" + UID + "\" />\n" in testChannelXml_upgradeCreateDefaultChannel()
511 assertEquals(Notification.VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()
617 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate()
649 defaultChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_updatesAppFields()
656 assertEquals(Notification.VISIBILITY_SECRET, mHelper.getPackageVisibility(PKG, UID)); in testUpdate_preUpgrade_updatesAppFields()
673 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_postUpgrade_noUpdateAppFields()
697 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testCreateChannel_CannotChangeHiddenFields()
713 assertFalse(Notification.VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFields()
[all …]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java232 .setVisibility(Notification.VISIBILITY_SECRET)
357 .setVisibility(Notification.VISIBILITY_SECRET)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java568 .setVisibility(Notification.VISIBILITY_SECRET)
594 .setVisibility(Notification.VISIBILITY_SECRET) in showGuestNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java492 (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET in shouldFilterOut()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java427 @IntDef({VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_SECRET})
449 public static final int VISIBILITY_SECRET = -1; field in NotificationCompat
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java438 case Notification.VISIBILITY_SECRET: in countApiUse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java6214 && mNotificationData.getVisibilityOverride(key) == Notification.VISIBILITY_SECRET;
/frameworks/support/api/
D22.0.0.txt1874 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D22.1.0.txt2016 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D22.2.0.txt2384 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D22.2.1.txt2412 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D25.1.0.txt4609 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D25.0.0.txt4227 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D23.0.0.txt2984 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D25.2.0.txt4609 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D24.2.0.txt4174 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D26.0.0-alpha1.txt5425 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D23.2.1.txt3584 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D25.3.0.txt4990 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D23.2.0.txt3584 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D23.1.1.txt3229 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D25.4.0.txt5041 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D23.4.0.txt3595 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D23.1.0.txt3256 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
D24.0.0.txt4022 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff

12