Home
last modified time | relevance | path

Searched refs:setLockscreenVisibility (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java375 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXml()
436 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXmlForBackup()
796 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate()
806 channel2.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC); in testUpdate()
831 defaultChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_updatesAppFields()
857 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_postUpgrade_noUpdateAppFields()
881 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testCreateChannel_CannotChangeHiddenFields()
910 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1021 update2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testLockFields_visibilityAndDndAndBadge()
1049 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testGetDeletedChannel()
[all …]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java65 eggChan.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC); // cats sit in the window in setupNotificationChannels()
/frameworks/base/core/java/android/app/
DNotificationChannel.java455 public void setLockscreenVisibility(int lockscreenVisibility) { in setLockscreenVisibility() method in NotificationChannel
628 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java378 channel.setLockscreenVisibility(r.visibility); in createDefaultChannelIfNeeded()
667 channel.setLockscreenVisibility(r.visibility); in createNotificationChannel()
671 channel.setLockscreenVisibility(Ranking.VISIBILITY_NO_OVERRIDE); in createNotificationChannel()
703 updatedChannel.setLockscreenVisibility(Ranking.VISIBILITY_NO_OVERRIDE); in updateNotificationChannel()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3873 Landroid/app/NotificationChannel;->setLockscreenVisibility(I)V
Dboot-image-profile.txt14968 HSPLandroid/app/NotificationChannel;->setLockscreenVisibility(I)V
/frameworks/base/api/
Dcurrent.txt5644 method public void setLockscreenVisibility(int);