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

12

/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);
/frameworks/base/core/java/android/se/omapi/
H A DISecureElementSession.aidl59 * applet if aid != null.
63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2,
71 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2,
H A DISecureElementService.aidl47 boolean[] isNFCEventAllowed(String reader, in byte[] aid,
H A DSession.java181 * @param aid the AID of the Applet to be selected on this channel, as a
188 * @throws IllegalArgumentException if the aid's length is not within 5 to
199 public @Nullable Channel openBasicChannel(@Nullable byte[] aid, @Nullable byte p2) argument
207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2,
230 * This method is equivalent to openBasicChannel(aid, P2=0x00)
232 * @param aid the AID of the Applet to be selected on this channel, as a
238 * @throws IllegalArgumentException if the aid's length is not within 5 to
249 public @Nullable Channel openBasicChannel(@Nullable byte[] aid) throws IOException { argument
250 return openBasicChannel(aid, (byte) 0x00);
285 * @param aid th
305 openLogicalChannel(@ullable byte[] aid, @Nullable byte p2) argument
358 openLogicalChannel(@ullable byte[] aid) argument
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java65 for (String aid : aids) {
66 if (!CardEmulation.isValidAid(aid)) {
67 throw new IllegalArgumentException("AID " + aid + " is not a valid AID.");
76 for (String aid : aids) {
77 this.aids.add(aid.toUpperCase());
106 for (String aid : aids) {
107 out.append(aid);
158 if (tagName.equals("aid")) {
160 String aid = parser.getAttributeValue(null, "value");
161 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
363 getCategoryForAid(String aid) argument
[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(mContext.getUserId(), service, aid);
244 return sService.isDefaultServiceForAid(mContext.getUserId(), service, aid);
615 public static boolean isValidAid(String aid) { argument
616 if (aid == null)
620 if ((aid.endsWith("*") || aid.endsWith("#")) && ((aid.length() % 2) == 0)) {
621 Log.e(TAG, "AID " + aid
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduSenderTest.java106 String aid = "B2C3D4";
107 ApduSender sender = new ApduSender(mMockCi, aid, false /* supportExtendedApdu */);
119 verify(mMockCi).iccOpenLogicalChannel(eq(aid), anyInt(), any());
125 String aid = "B2C3D4";
126 ApduSender sender = new ApduSender(mMockCi, aid, false /* supportExtendedApdu */);
138 verify(mMockCi).iccOpenLogicalChannel(eq(aid), anyInt(), any());
143 String aid = "B2C3D4";
144 ApduSender sender = new ApduSender(mMockCi, aid, false /* supportExtendedApdu */);
161 String aid = "B2C3D4";
162 ApduSender sender = new ApduSender(mMockCi, aid, fals
[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/uicc/euicc/apdu/
H A DOpenLogicalChannelInvocation.java47 protected void sendRequestMessage(String aid, Message msg) { argument
48 mCi.iccOpenLogicalChannel(aid, 0, msg);
H A DApduSender.java68 * @param aid The AID that will be used to open a logical channel to.
70 public ApduSender(CommandsInterface ci, String aid, boolean supportExtendedApdu) { argument
71 mAid = aid;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardTest.java100 IccCardApplicationStatus.AppState appState, String aid) {
102 mIccCardAppStatus.aid = aid;
98 composeUiccApplicationStatus( IccCardApplicationStatus.AppType appType, IccCardApplicationStatus.AppState appState, String aid) argument
H A DUiccCarrierPrivilegeRulesTest.java315 String aid = (String) invocation.getArguments()[0];
317 if (aid.equals(ARAM)) {
377 String aid = (String) invocation.getArguments()[0];
379 if (aid.equals(ARAD)) {
440 String aid = (String) invocation.getArguments()[0];
444 if (aid.equals(ARAD)) {
504 String aid = (String) invocation.getArguments()[0];
507 if (aid.equals(ARAM)) {
509 } else if (aid.equals(ARAD)) {
552 String aid
[all...]
H A DUiccControllerTest.java69 IccCardApplicationStatus.AppState appState, String aid) {
71 mIccCardAppStatus.aid = aid;
67 composeUiccApplicationStatus( IccCardApplicationStatus.AppType appType, IccCardApplicationStatus.AppState appState, String aid) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java121 public void getIMSIForApp(String aid, Message result) { argument
311 int p3, String data, String pin2, String aid, Message result) {
537 public void supplyIccPinForApp(String pin, String aid, Message response) { argument
541 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { argument
545 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { argument
549 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument
562 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
310 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.java120 public void getIMSIForApp(String aid, Message result) { argument
312 int p3, String data, String pin2, String aid, Message result) {
538 public void supplyIccPinForApp(String pin, String aid, Message response) { argument
542 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { argument
546 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { argument
550 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument
563 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) { argument
311 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/
H A DRILTest.java298 String aid = "2345";
299 mRILUnderTest.supplyIccPinForApp(pin, aid, obtainMessage());
300 verify(mRadioProxy).supplyIccPinForApp(mSerialNumberCaptor.capture(), eq(pin), eq(aid));
309 String aid = "2345";
310 mRILUnderTest.supplyIccPukForApp(puk, newPin, aid, obtainMessage());
312 .supplyIccPukForApp(mSerialNumberCaptor.capture(), eq(puk), eq(newPin), eq(aid));
320 String aid = "2345";
321 mRILUnderTest.supplyIccPin2ForApp(pin, aid, obtainMessage());
323 mSerialNumberCaptor.capture(), eq(pin), eq(aid));
333 String aid
[all...]
/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.java666 void supplyIccPinForApp(String pin, String aid, Message result); argument
701 void supplyIccPukForApp(String puk, String newPin, String aid, Message result); argument
741 void supplyIccPin2ForApp(String pin2, String aid, Message result); argument
781 void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result); argument
865 void getIMSIForApp(String aid, Message result); argument
1203 String data, String pin2, String aid, Message response);
1750 * @param aid used to determine which application/slot to send the auth command to. See ETSI
1754 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response); argument
1202 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 DSimulatedCommandsVerifier.java596 public void supplyIccPinForApp(String pin, String aid, Message result) { argument
606 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { argument
616 public void supplyIccPin2ForApp(String pin2, String aid, Message result) { argument
626 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { argument
692 public void getIMSIForApp(String aid, Message result) { argument
900 String data, String pin2, String aid, Message response) {
1215 public void requestIccSimAuthentication(int authContext, String data, String aid, argument
899 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message response) argument

Completed in 331 milliseconds

12