Searched refs:authenticationRequest (Results 1 – 4 of 4) sorted by relevance
26 oneway void authenticationRequest(in GbaAuthRequest request); in authenticationRequest() method
221 public void authenticationRequest(GbaAuthRequest request) { in authenticationRequest() method in GbaService.IGbaServiceWrapper
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()
328 mIGbaService.authenticationRequest(request); in processRequests()