Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gba/
DIGbaService.aidl26 oneway void authenticationRequest(in GbaAuthRequest request); in authenticationRequest() method
DGbaService.java221 public void authenticationRequest(GbaAuthRequest request) { in authenticationRequest() method in GbaService.IGbaServiceWrapper
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java148 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGbaManager.java328 mIGbaService.authenticationRequest(request); in processRequests()