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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java68 private static final String AID = "A00000015141434C00"; field in class:UiccCarrierPrivilegeRules
189 mUiccCard.iccOpenLogicalChannel(AID,
H A DUiccCard.java472 public void iccOpenLogicalChannel(String AID, Message response) { argument
473 mCi.iccOpenLogicalChannel(AID,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java571 public void iccOpenLogicalChannel(String AID, Message response) {} argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java573 public void iccOpenLogicalChannel(String AID, Message response) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java666 public void iccOpenLogicalChannel(String AID, Message response) { argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2386 * @param AID Application id. See ETSI 102.221 and 101.220.
2389 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID) { argument
2391 return getITelephony().iccOpenLogicalChannel(AID);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1706 public void iccOpenLogicalChannel(String AID, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java606 * Supply the PIN for the app with this AID on the ICC card
608 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
642 * Supply the PUK, new pin for the app with this AID on the ICC card
644 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
679 * Supply the PIN2 for the app with this AID on the ICC card
683 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
719 * Supply the PUK2, newPin2 for the app with this AID on the ICC card
723 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
1296 * Set the facility lock for the app with this AID on the ICC card.
1766 * @param AID Applicatio
1770 iccOpenLogicalChannel(String AID, Message response) argument
[all...]
H A DRIL.java708 // FIXME This API should take an AID and slot ID
4404 public void iccOpenLogicalChannel(String AID, Message response) { argument
4406 rr.mParcel.writeString(AID);

Completed in 182 milliseconds