Searched refs:userAllowsNotificationsInPublic (Results 1 – 4 of 4) sorted by relevance
147 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in publicMode_settingsDisallow()253 when(mLockscreenUserManager.userAllowsNotificationsInPublic(CURR_USER_ID)).thenReturn(true); in setupUnfilteredState()254 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in setupUnfilteredState()
127 if (!mLockscreenUserManager.userAllowsNotificationsInPublic(currUserId)128 || !mLockscreenUserManager.userAllowsNotificationsInPublic(
90 boolean userAllowsNotificationsInPublic(int userId); in userAllowsNotificationsInPublic() method
333 boolean hide = isLockscreenPublicMode(userId) && !userAllowsNotificationsInPublic(userId) in shouldHideNotifications()485 public boolean userAllowsNotificationsInPublic(int userHandle) { in userAllowsNotificationsInPublic() method in NotificationLockscreenUserManagerImpl