Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java527 UserHandle uh0 = mock(UserHandle.class); in testNotifyPostedLockedInLockdownMode() local
534 when(r0.getUser()).thenReturn(uh0); in testNotifyPostedLockedInLockdownMode()
535 when(uh0.getIdentifier()).thenReturn(0); in testNotifyPostedLockedInLockdownMode()
557 when(r0.getUser()).thenReturn(uh0); in testNotifyPostedLockedInLockdownMode()
558 when(uh0.getIdentifier()).thenReturn(0); in testNotifyPostedLockedInLockdownMode()
578 UserHandle uh0 = mock(UserHandle.class); in testNotifyRemovedLockedInLockdownMode() local
590 when(r0.getUser()).thenReturn(uh0); in testNotifyRemovedLockedInLockdownMode()
591 when(uh0.getIdentifier()).thenReturn(0); in testNotifyRemovedLockedInLockdownMode()
615 when(r0.getUser()).thenReturn(uh0); in testNotifyRemovedLockedInLockdownMode()
616 when(uh0.getIdentifier()).thenReturn(0); in testNotifyRemovedLockedInLockdownMode()