Searched refs:mKeyguardClient (Results 1 – 1 of 1) sorted by relevance
78 private IKeyguardClient.Stub mKeyguardClient; field in AdminSecondaryLockScreenControllerTest98 mContext.addMockService(mComponentName, mKeyguardClient); in setUp()100 when(mKeyguardClient.queryLocalInterface(anyString())).thenReturn(mKeyguardClient); in setUp()101 when(mKeyguardClient.asBinder()).thenReturn(mKeyguardClient); in setUp()124 }).when(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in testShow()139 }).when(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in testShow_dismissedByCallback()153 }).when(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in testHide()172 doThrow(new RemoteException()).when(mKeyguardClient) in testDismissed_onCreateKeyguardSurface_RemoteException()198 verify(mKeyguardClient).onCreateKeyguardSurface(any(), any(IKeyguardCallback.class)); in verifySurfaceReady()