Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java562 …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.java563 …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/uicc/
DIccRecords.java897 ci.requestIccSimAuthentication(authContext, data, in getIccSimChallengeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1754 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method
DRIL.java3384 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in RIL
3395 radioProxy.requestIccSimAuthentication(rr.mSerial, in requestIccSimAuthentication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1215 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in SimulatedCommandsVerifier
DSimulatedCommands.java1873 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken632 public void requestIccSimAuthentication(String data, Message response) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java885 mRILUnderTest.requestIccSimAuthentication(authContext, data, aid, obtainMessage()); in testRequestIccSimAuthentication()
886 verify(mRadioProxy).requestIccSimAuthentication( in testRequestIccSimAuthentication()