Searched refs:mKeyguardClient (Results 1 – 1 of 1) sorted by relevance
73 private IKeyguardClient.Stub mKeyguardClient; field in AdminSecondaryLockScreenControllerTest92 mContext.addMockService(mComponentName, mKeyguardClient); in setUp()94 when(mKeyguardClient.queryLocalInterface(anyString())).thenReturn(mKeyguardClient); in setUp()95 when(mKeyguardClient.asBinder()).thenReturn(mKeyguardClient); in setUp()113 }).when(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in testShow()128 }).when(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in testShow_dismissedByCallback()142 }).when(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in testHide()161 doThrow(new RemoteException()).when(mKeyguardClient) in testDismissed_onCreateKeyguardSurface_RemoteException()187 verify(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in verifySurfaceReady()