Searched refs:uh0 (Results 1 – 1 of 1) sorted by relevance
527 UserHandle uh0 = mock(UserHandle.class); in testNotifyPostedLockedInLockdownMode() local534 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() local590 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()