Searched refs:requestIccSimAuthentication (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 572 …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/ |
D | SipCommandInterface.java | 573 …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/ |
D | CommandsInterface.java | 1903 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication() method
|
D | RIL.java | 4398 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in RIL 4409 radioProxy.requestIccSimAuthentication(rr.mSerial, in requestIccSimAuthentication()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 628 public void requestIccSimAuthentication(String data, Message response) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1226 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication() method in SimulatedCommandsVerifier
|
D | RILTest.java | 1081 mRILUnderTest.requestIccSimAuthentication(authContext, data, aid, obtainMessage()); in testRequestIccSimAuthentication() 1082 verify(mRadioProxy).requestIccSimAuthentication( in testRequestIccSimAuthentication()
|
D | SimulatedCommands.java | 1921 …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/ |
D | IccRecords.java | 1225 ci.requestIccSimAuthentication(authContext, data, parentApp.getAid(), in getIccSimChallengeResponse()
|