Searched refs:aid (Results 1 - 24 of 24) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRefreshResponse.java33 public String aid; /* null terminated string, e.g., field in class:IccRefreshResponse
40 return "{" + refreshResult + ", " + aid +", " + efId + "}";
H A DCsimFileHandler.java30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
31 super(app, aid, ci);
H A DIsimFileHandler.java30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
31 super(app, aid, ci);
H A DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DSIMFileHandler.java33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DUsimFileHandler.java31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
32 super(app, aid, ci);
H A DIccCardApplicationStatus.java107 public String aid; field in class:IccCardApplicationStatus
H A DUiccCard.java466 * A null aid implies a card level reset - all applications must be reset.
468 public boolean resetAppWithAid(String aid) { argument
473 (aid == null || aid.equals(mUiccApplications[i].getAid()))) {
H A DIccFileHandler.java147 protected IccFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
149 mAid = aid;
H A DIsimUiccRecords.java349 if (refreshResponse.aid != null &&
350 !refreshResponse.aid.equals(mParentApp.getAid())) {
H A DUiccCardApplication.java100 mAid = as.aid;
135 mAid = as.aid;
H A DUiccController.java328 boolean changed = mUiccCards[index].resetAppWithAid(resp.aid);
H A DRuimRecords.java918 if (refreshResponse.aid != null &&
919 !refreshResponse.aid.equals(mParentApp.getAid())) {
H A DSIMRecords.java1330 if (refreshResponse.aid != null &&
1331 !refreshResponse.aid.equals(mParentApp.getAid())) {
/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java49 for (String aid : aids) {
50 if (!CardEmulation.isValidAid(aid)) {
51 throw new IllegalArgumentException("AID " + aid + " is not a valid AID.");
60 for (String aid : aids) {
61 this.aids.add(aid.toUpperCase());
90 for (String aid : aids) {
91 out.append(aid);
142 if (tagName.equals("aid")) {
144 String aid = parser.getAttributeValue(null, "value");
145 if (aid !
[all...]
H A DCardEmulation.java228 * @param aid The ISO7816-4 Application ID
233 public boolean isDefaultServiceForAid(ComponentName service, String aid) { argument
235 return sService.isDefaultServiceForAid(UserHandle.myUserId(), service, aid);
244 return sService.isDefaultServiceForAid(UserHandle.myUserId(), service, aid);
613 public static boolean isValidAid(String aid) { argument
614 if (aid == null)
618 if (aid.endsWith("*") && ((aid.length() % 2) == 0)) {
619 Log.e(TAG, "AID " + aid + " is not a valid AID.");
624 if (!aid
[all...]
H A DApduServiceInfo.java197 if (eventType == XmlPullParser.START_TAG && "aid-group".equals(tagName) &&
212 Log.e(TAG, "Not allowing multiple aid-groups in the " +
220 } else if (eventType == XmlPullParser.END_TAG && "aid-group".equals(tagName) &&
227 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
230 } else if (eventType == XmlPullParser.START_TAG && "aid-filter".equals(tagName) &&
234 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name).
236 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
237 currentGroup.aids.add(aid);
239 Log.e(TAG, "Ignoring invalid or duplicate aid
338 getCategoryForAid(String aid) argument
[all...]
/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java106 public void getIMSIForApp(String aid, Message result) { argument
296 int p3, String data, String pin2, String aid, Message result) {
518 public void supplyIccPinForApp(String pin, String aid, Message response) { argument
522 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { argument
526 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { argument
530 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument
547 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
295 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java105 public void getIMSIForApp(String aid, Message result) { argument
297 int p3, String data, String pin2, String aid, Message result) {
519 public void supplyIccPinForApp(String pin, String aid, Message response) { argument
523 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { argument
527 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { argument
531 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument
548 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
296 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message result) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken169 public void supplyIccPinForApp(String pin, String aid, Message result) {
177 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) {
185 public void supplyIccPin2ForApp(String pin2, String aid, Message result) {
193 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) {
657 public void getIMSIForApp(String aid, Message result) {
662 String data, String pin2, String aid, Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java651 void supplyIccPinForApp(String pin, String aid, Message result); argument
686 void supplyIccPukForApp(String puk, String newPin, String aid, Message result); argument
726 void supplyIccPin2ForApp(String pin2, String aid, Message result); argument
766 void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result); argument
850 void getIMSIForApp(String aid, Message result); argument
1188 String data, String pin2, String aid, Message response);
1706 * @param aid used to determine which application/slot to send the auth command to. See ETSI
1710 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response); argument
1187 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
H A DRIL.java765 supplyIccPinForApp(String pin, String aid, Message result) { argument
774 rr.mParcel.writeString(aid);
785 supplyIccPukForApp(String puk, String newPin, String aid, Message result) { argument
795 rr.mParcel.writeString(aid);
806 supplyIccPin2ForApp(String pin, String aid, Message result) { argument
815 rr.mParcel.writeString(aid);
826 supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { argument
836 rr.mParcel.writeString(aid);
847 changeIccPinForApp(String oldPin, String newPin, String aid, Message result) { argument
857 rr.mParcel.writeString(aid);
868 changeIccPin2ForApp(String oldPin2, String newPin2, String aid, Message result) argument
973 getIMSIForApp(String aid, Message result) argument
1643 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message result) argument
4535 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java537 public void getIMSIForApp(String aid, Message result) { argument
1145 int p3, String data, String pin2, String aid, Message result) {
1638 public void supplyIccPinForApp(String pin, String aid, Message response) { argument
1643 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { argument
1648 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { argument
1653 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument
1674 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
1144 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message result) argument

Completed in 857 milliseconds