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/imsphone/
DImsPhoneCommandInterface.java572 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java573 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1905 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method
DRIL.java4397 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in RIL
4408 radioProxy.requestIccSimAuthentication(rr.mSerial, in requestIccSimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java1202 ci.requestIccSimAuthentication(authContext, data, parentApp.getAid(), in getIccSimChallengeResponse()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1231 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in SimulatedCommandsVerifier
DRILTest.java1081 mRILUnderTest.requestIccSimAuthentication(authContext, data, aid, obtainMessage()); in testRequestIccSimAuthentication()
1082 verify(mRadioProxy).requestIccSimAuthentication( in testRequestIccSimAuthentication()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken628 public void requestIccSimAuthentication(String data, Message response) {