Searched defs:AID (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java229 * Resets the application with the input AID. Returns true if any changes were made.
252 public void iccOpenLogicalChannel(String AID, int p2, Message response) { argument
254 mUiccProfile.iccOpenLogicalChannel(AID, p2, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java578 public void iccOpenLogicalChannel(String AID, int p2, Message response) {} argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java579 public void iccOpenLogicalChannel(String AID, int p2, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1961 public void iccOpenLogicalChannel(String AID, int p2, Message response) { argument
1962 SimulatedCommandsVerifier.getInstance().iccOpenLogicalChannel(AID, p2, response);
H A DSimulatedCommandsVerifier.java1259 public void iccOpenLogicalChannel(String AID, int p2, Message response) { argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4457 * @param AID Application id. See ETSI 102.221 and 101.220.
4462 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID) { argument
4463 return iccOpenLogicalChannel(getSubId(), AID, -1);
4475 * @param AID Application id. See ETSI 102.221 and 101.220.
4479 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID, int p2) { argument
4480 return iccOpenLogicalChannel(getSubId(), AID, p2);
4493 * @param AID Application id. See ETSI 102.221 and 101.220.
4498 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID, int p2) { argument
4502 return telephony.iccOpenLogicalChannel(subId, getOpPackageName(), AID, p2);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java650 * Supply the PIN for the app with this AID on the ICC card
652 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
686 * Supply the PUK, new pin for the app with this AID on the ICC card
688 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
723 * Supply the PIN2 for the app with this AID on the ICC card
727 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
763 * Supply the PUK2, newPin2 for the app with this AID on the ICC card
767 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
1357 * Set the facility lock for the app with this AID on the ICC card.
1845 * @param AID Applicatio
1850 iccOpenLogicalChannel(String AID, int p2, Message response) argument
[all...]

Completed in 199 milliseconds