Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java67 eggChan.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC); // cats sit in the window in setupNotificationChannels()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java393 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXml()
459 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testChannelXmlForBackup()
839 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate()
849 channel2.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC); in testUpdate()
875 defaultChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_updatesAppFields()
902 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_postUpgrade_noUpdateAppFields()
929 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
939 defaultChannel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testUpdate_preUpgrade_noUpdateAppFieldsWithMultipleChannels()
964 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testCreateChannel_CannotChangeHiddenFields()
995 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
[all …]
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java221 channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE); in createChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java555 public void setLockscreenVisibility(int lockscreenVisibility) { in setLockscreenVisibility() method in NotificationChannel
886 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java471 channel.setLockscreenVisibility(r.visibility); in createDefaultChannelIfNeededLocked()
896 channel.setLockscreenVisibility(r.visibility); in createNotificationChannel()
910 channel.setLockscreenVisibility( in createNotificationChannel()
955 updatedChannel.setLockscreenVisibility( in updateNotificationChannel()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt2782 HSPLandroid/app/NotificationChannel;->setLockscreenVisibility(I)V
/frameworks/base/api/
Dcurrent.txt5961 method public void setLockscreenVisibility(int);