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
229 mUiccCard.iccOpenLogicalChannel(AID,
H A DUiccCard.java557 * Resets the application with the input AID. Returns true if any changes were made.
582 public void iccOpenLogicalChannel(String AID, Message response) { argument
583 loglocal("Open Logical Channel: " + AID + " by pid:" + Binder.getCallingPid()
585 mCi.iccOpenLogicalChannel(AID,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java575 public void iccOpenLogicalChannel(String AID, Message response) {} argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java576 public void iccOpenLogicalChannel(String AID, Message response) { argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3242 * @param AID Application id. See ETSI 102.221 and 101.220.
3245 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(String AID) { argument
3246 return iccOpenLogicalChannel(getSubId(), AID);
3259 * @param AID Application id. See ETSI 102.221 and 101.220.
3263 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID) { argument
3267 return telephony.iccOpenLogicalChannel(subId, AID);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java638 * Supply the PIN for the app with this AID on the ICC card
640 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
674 * Supply the PUK, new pin for the app with this AID on the ICC card
676 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
711 * Supply the PIN2 for the app with this AID on the ICC card
715 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
751 * Supply the PUK2, newPin2 for the app with this AID on the ICC card
755 * AID (Application ID), See ETSI 102.221 8.1 and 101.220 4
1328 * Set the facility lock for the app with this AID on the ICC card.
1797 * @param AID Applicatio
1801 iccOpenLogicalChannel(String AID, Message response) argument
[all...]
H A DRIL.java863 // FIXME This API should take an AID and slot ID
4964 public void iccOpenLogicalChannel(String AID, Message response) { argument
4966 rr.mParcel.writeString(AID);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1877 public void iccOpenLogicalChannel(String AID, Message response) { argument
1878 SimulatedCommandsVerifier.getInstance().iccOpenLogicalChannel(AID, response);
H A DSimulatedCommandsVerifier.java1240 public void iccOpenLogicalChannel(String AID, Message response) { argument

Completed in 506 milliseconds