Home
last modified time | relevance | path

Searched defs:authenticationRequest (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/gba/
H A DIGbaService.aidl26 oneway void authenticationRequest(in GbaAuthRequest request); in authenticationRequest() method
H A DGbaService.java221 public void authenticationRequest(GbaAuthRequest request) { in authenticationRequest() method in GbaService.IGbaServiceWrapper
/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
H A DImsEntitlementApiTest.java299 private ServiceEntitlementRequest authenticationRequest(String token) { in authenticationRequest() method in ImsEntitlementApiTest