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 DUiccController.java316 resp.aid == null) {
321 boolean changed = mUiccCards[index].resetAppWithAid(resp.aid);
H A DIccFileHandler.java128 protected IccFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
130 mAid = aid;
H A DIsimUiccRecords.java348 if (refreshResponse.aid != null &&
349 !refreshResponse.aid.equals(mParentApp.getAid())) {
H A DUiccCard.java462 public boolean resetAppWithAid(String aid) { argument
465 if (mUiccApplications[i] != null && aid.equals(mUiccApplications[i].getAid())) {
H A DUiccCardApplication.java100 mAid = as.aid;
135 mAid = as.aid;
H A DRuimRecords.java968 if (refreshResponse.aid != null &&
969 !refreshResponse.aid.equals(mParentApp.getAid())) {
H A DSIMRecords.java1273 if (refreshResponse.aid != null &&
1274 !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.java182 if (eventType == XmlPullParser.START_TAG && "aid-group".equals(tagName) &&
197 Log.e(TAG, "Not allowing multiple aid-groups in the " +
205 } else if (eventType == XmlPullParser.END_TAG && "aid-group".equals(tagName) &&
212 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
215 } else if (eventType == XmlPullParser.START_TAG && "aid-filter".equals(tagName) &&
219 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name).
221 if (CardEmulation.isValidAid(aid) && !currentGroup.aids.contains(aid)) {
222 currentGroup.aids.add(aid);
224 Log.e(TAG, "Ignoring invalid or duplicate aid
311 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/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.java728 supplyIccPinForApp(String pin, String aid, Message result) { argument
737 rr.mParcel.writeString(aid);
748 supplyIccPukForApp(String puk, String newPin, String aid, Message result) { argument
758 rr.mParcel.writeString(aid);
769 supplyIccPin2ForApp(String pin, String aid, Message result) { argument
778 rr.mParcel.writeString(aid);
789 supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { argument
799 rr.mParcel.writeString(aid);
810 changeIccPinForApp(String oldPin, String newPin, String aid, Message result) { argument
820 rr.mParcel.writeString(aid);
831 changeIccPin2ForApp(String oldPin2, String newPin2, String aid, Message result) argument
936 getIMSIForApp(String aid, Message result) argument
1606 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message result) argument
4396 requestIccSimAuthentication(int authContext, String data, String aid, Message response) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java169 public void supplyIccPinForApp(String pin, String aid, Message result) { argument
177 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { argument
185 public void supplyIccPin2ForApp(String pin2, String aid, Message result) { argument
193 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { argument
657 public void getIMSIForApp(String aid, Message result) { argument
662 String data, String pin2, String aid, Message response) {
661 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument
/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 3601 milliseconds