Searched refs:getPrivateNotificationsAllowed (Results 1 – 8 of 8) sorted by relevance
119 assertTrue(mKeyguardManager.getPrivateNotificationsAllowed()); in setPrivateNotificationsAllowed_allowed()126 assertFalse(mKeyguardManager.getPrivateNotificationsAllowed()); in setPrivateNotificationsAllowed_notAllowed()
188 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()
463 public boolean getPrivateNotificationsAllowed() { in getPrivateNotificationsAllowed() method in KeyguardManager465 return mNotificationManager.getPrivateNotificationsAllowed(); in getPrivateNotificationsAllowed()
245 boolean getPrivateNotificationsAllowed(); in getPrivateNotificationsAllowed() method
544 mKeyguardAllowingNotifications = mKeyguardManager.getPrivateNotificationsAllowed(); in updateGlobalKeyguardSettings()
6411 public boolean getPrivateNotificationsAllowed() {
15408 assertFalse(mBinderService.getPrivateNotificationsAllowed());
986 ….permission.CONTROL_KEYGUARD_SECURE_NOTIFICATIONS) public boolean getPrivateNotificationsAllowed();