Searched refs:notifUserId (Results 1 – 2 of 2) sorted by relevance
121 val notifUserId = entry.sbn.user.identifier in bindCoordinator() constant123 lockscreenUserManager.isLockscreenPublicMode(notifUserId) in bindCoordinator()132 else -> when (notifUserId) { in bindCoordinator()135 else -> lockscreenUserManager.needsSeparateWorkChallenge(notifUserId) in bindCoordinator()
677 private fun fakeNotification(notifUserId: Int, needsRedaction: Boolean): ListEntry { in fakeNotification()679 mock<UserHandle>().apply { whenever(identifier).thenReturn(notifUserId) } in fakeNotification()