Home
last modified time | relevance | path

Searched refs:notifUserId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt121 val notifUserId = entry.sbn.user.identifier in bindCoordinator() constant
123 lockscreenUserManager.isLockscreenPublicMode(notifUserId) in bindCoordinator()
132 else -> when (notifUserId) { in bindCoordinator()
135 else -> lockscreenUserManager.needsSeparateWorkChallenge(notifUserId) in bindCoordinator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt677 private fun fakeNotification(notifUserId: Int, needsRedaction: Boolean): ListEntry { in fakeNotification()
679 mock<UserHandle>().apply { whenever(identifier).thenReturn(notifUserId) } in fakeNotification()