Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java531 UserHandle uh1 = mock(UserHandle.class); in testNotifyPostedLockedInLockdownMode() local
538 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() local
595 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()