Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DKeyguardManagerTest.java119 assertTrue(mKeyguardManager.getPrivateNotificationsAllowed()); in setPrivateNotificationsAllowed_allowed()
126 assertFalse(mKeyguardManager.getPrivateNotificationsAllowed()); in setPrivateNotificationsAllowed_notAllowed()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java188 when(mKeyguardManager.getPrivateNotificationsAllowed()).thenReturn(true); in setUp()
260 when(mKeyguardManager.getPrivateNotificationsAllowed()).thenReturn(false); in testInit()
773 when(mKeyguardManager.getPrivateNotificationsAllowed()).thenReturn(false); in testShouldShowLockscreenNotifications_keyguardManagerNoPrivateNotifications_show()
795 when(mKeyguardManager.getPrivateNotificationsAllowed()).thenReturn(false); in testShouldShowLockscreenNotifications_keyguardManagerNoPrivateNotifications()
824 when(mKeyguardManager.getPrivateNotificationsAllowed()).thenReturn(false); in testUserAllowsNotificationsInPublic_keyguardManagerNoPrivateNotifications()
/frameworks/base/core/java/android/app/
DKeyguardManager.java463 public boolean getPrivateNotificationsAllowed() { in getPrivateNotificationsAllowed() method in KeyguardManager
465 return mNotificationManager.getPrivateNotificationsAllowed(); in getPrivateNotificationsAllowed()
DINotificationManager.aidl245 boolean getPrivateNotificationsAllowed(); in getPrivateNotificationsAllowed() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java544 mKeyguardAllowingNotifications = mKeyguardManager.getPrivateNotificationsAllowed(); in updateGlobalKeyguardSettings()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6411 public boolean getPrivateNotificationsAllowed() {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java15408 assertFalse(mBinderService.getPrivateNotificationsAllowed());
/frameworks/base/core/api/
Dsystem-current.txt986 ….permission.CONTROL_KEYGUARD_SECURE_NOTIFICATIONS) public boolean getPrivateNotificationsAllowed();