Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt619 val firstUserId = 1 in capture() constant
630 putExtra(Intent.EXTRA_USER_HANDLE, firstUserId) in capture()
635 userCallbackCaptor.value.onUserChanged(firstUserId, context) in capture()
647 eq(firstUserId), in capture()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1241 int firstUserId = mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_overflowState() local
1273 int firstUserId = mBubbleEntry.getStatusBarNotification().getUser().getIdentifier(); in testOnUserChanged_bubblesRestored() local
1276 when(mLockscreenUserManager.isCurrentProfile(firstUserId)).thenReturn(true); in testOnUserChanged_bubblesRestored()
1298 switchUser(firstUserId); in testOnUserChanged_bubblesRestored()