Searched refs:mMockGbaServiceBinder (Results 1 – 1 of 1) sorted by relevance
84 IGbaService mMockGbaServiceBinder; field in GbaManagerTest97 mMockGbaServiceBinder = mock(IGbaService.class); in setUp()104 when(mMockGbaServiceBinder.asBinder()).thenReturn(mMockBinder); in setUp()148 verify(mMockGbaServiceBinder).authenticationRequest(any()); in testBindServiceOnRequest()245 verify(mMockGbaServiceBinder, times(1)).authenticationRequest(captor.capture()); in testMetricsGbaEvent()260 verify(mMockGbaServiceBinder, times(2)).authenticationRequest(captor2.capture()); in testMetricsGbaEvent()273 when(serviceStub.queryLocalInterface(any())).thenReturn(mMockGbaServiceBinder); in bindAndConnectService()