Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt202 .registerReceiver(eq(listener.userUnlockReceiver), any(), any(), any(), anyInt(), any()) in capture()
352 eq(resumeListener.userUnlockReceiver), in capture()
363 resumeListener.userUnlockReceiver.onReceive(context, intent) in capture()
455 resumeListener.userUnlockReceiver.onReceive(mockContext, intent) in capture()
488 resumeListener.userUnlockReceiver.onReceive(mockContext, intent) in capture()
636 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent) in capture()
671 resumeListener.userUnlockReceiver.onReceive(context, unlockIntent) in capture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListener.kt86 val userUnlockReceiver = constant
144 userUnlockReceiver,