Searched refs:uh1 (Results 1 – 1 of 1) sorted by relevance
531 UserHandle uh1 = mock(UserHandle.class); in testNotifyPostedLockedInLockdownMode() local538 when(r1.getUser()).thenReturn(uh1); in testNotifyPostedLockedInLockdownMode()539 when(uh1.getIdentifier()).thenReturn(1); in testNotifyPostedLockedInLockdownMode()561 when(r1.getUser()).thenReturn(uh1); in testNotifyPostedLockedInLockdownMode()562 when(uh1.getIdentifier()).thenReturn(1); in testNotifyPostedLockedInLockdownMode()582 UserHandle uh1 = mock(UserHandle.class); in testNotifyRemovedLockedInLockdownMode() local595 when(r1.getUser()).thenReturn(uh1); in testNotifyRemovedLockedInLockdownMode()596 when(uh1.getIdentifier()).thenReturn(1); in testNotifyRemovedLockedInLockdownMode()620 when(r1.getUser()).thenReturn(uh1); in testNotifyRemovedLockedInLockdownMode()621 when(uh1.getIdentifier()).thenReturn(1); in testNotifyRemovedLockedInLockdownMode()