Searched defs:authContext (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java643 * @param authContext parameter P2 that specifies the authentication context per 3GPP TS 31.102 (Section 7.1.2)
647 public String getIccSimChallengeResponse(int authContext, String data) { argument
655 ci.requestIccSimAuthentication(authContext, data,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java547 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java548 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1674 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1703 * @param authContext is the P2 parameter that specifies the authentication context per 3GPP TS
1710 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response); argument
H A DRIL.java4535 public void requestIccSimAuthentication(int authContext, String data, String aid, argument
4539 rr.mParcel.writeInt(authContext);

Completed in 106 milliseconds