Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java441 public void requestIccSimAuthentication(int serial, int authContext, String authData, in requestIccSimAuthentication() method in RadioSimProxy
445 mSimProxy.requestIccSimAuthentication(serial, authContext, authData, aid); in requestIccSimAuthentication()
447 mRadioProxy.requestIccSimAuthentication(serial, authContext, authData, aid); in requestIccSimAuthentication()
DCommandsInterface.java1935 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method
DRIL.java4205 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in RIL
4222 simProxy.requestIccSimAuthentication(rr.mSerial, authContext, in requestIccSimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java549 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1199 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in SimulatedCommandsVerifier
DRILTest.java1322 mRILUnderTest.requestIccSimAuthentication(authContext, data, aid, obtainMessage()); in testRequestIccSimAuthentication()
1323 verify(mRadioProxy).requestIccSimAuthentication( in testRequestIccSimAuthentication()
DSimulatedCommands.java1911 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java1281 ci.requestIccSimAuthentication(authContext, data, parentApp.getAid(), in getIccSimChallengeResponse()