Searched refs:userAllowsNotificationsInPublic (Results 1 – 6 of 6) sorted by relevance
78 boolean userAllowsNotificationsInPublic(int userId); in userAllowsNotificationsInPublic() method
460 public boolean userAllowsNotificationsInPublic(int userHandle) { in userAllowsNotificationsInPublic() method in NotificationLockscreenUserManagerImpl
80 return mLockscreenUserManager.userAllowsNotificationsInPublic( in isDynamicPrivacyEnabled()
121 when(mLockScreenUserManager.userAllowsNotificationsInPublic(anyInt())).thenReturn(allow); in allowNotificationsInPublic()
430 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in publicMode_settingsDisallow()607 when(mLockscreenUserManager.userAllowsNotificationsInPublic(CURR_USER_ID)).thenReturn(true); in setupUnfilteredState()608 when(mLockscreenUserManager.userAllowsNotificationsInPublic(NOTIF_USER_ID)) in setupUnfilteredState()
205 else -> !lockscreenUserManager.userAllowsNotificationsInPublic(user)