Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java84 IGbaService mMockGbaServiceBinder; field in GbaManagerTest
97 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()