/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
D | ApduSenderTest.java | 119 String aid = "B2C3D4"; in testSendEmptyCommands() local 138 String aid = "B2C3D4"; in testOpenChannelErrorStatus() local 156 String aid = "B2C3D4"; in testSend() local 174 String aid = "B2C3D4"; in testSendMultiApdus() local 203 String aid = "B2C3D4"; in testSendMultiApdusStopEarly() local 231 String aid = "B2C3D4"; in testSendLongResponse() local 254 String aid = "B2C3D4"; in testSendStoreDataLongDataLongResponse() local 289 String aid = "B2C3D4"; in testSendStoreDataLongDataMod0() local 314 String aid = "B2C3D4"; in testSendStoreDataLen0() local 333 String aid = "B2C3D4"; in testSendErrorResponseInMiddle() local [all …]
|
/frameworks/base/core/java/android/se/omapi/ |
D | Session.java | 199 public @Nullable Channel openBasicChannel(@Nullable byte[] aid, @Nullable byte p2) in openBasicChannel() 249 public @Nullable Channel openBasicChannel(@Nullable byte[] aid) throws IOException { in openBasicChannel() 305 public @Nullable Channel openLogicalChannel(@Nullable byte[] aid, @Nullable byte p2) in openLogicalChannel() 358 public @Nullable Channel openLogicalChannel(@Nullable byte[] aid) throws IOException { in openLogicalChannel()
|
D | ISecureElementSession.aidl | 63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel() 71 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in openLogicalChannel()
|
D | ISecureElementService.aidl | 47 boolean[] isNFCEventAllowed(String reader, in byte[] aid, in isNFCEventAllowed()
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | ApduServiceInfo.java | 264 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local 276 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local 290 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local 397 public String getCategoryForAid(String aid) { in getCategoryForAid()
|
D | CardEmulation.java | 236 public boolean isDefaultServiceForAid(ComponentName service, String aid) { in isDefaultServiceForAid() 739 public static boolean isValidAid(String aid) { in isValidAid()
|
D | AidGroup.java | 169 String aid = parser.getAttributeValue(null, "value"); in createFromXml() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRefreshResponse.java | 38 public String aid; /* null terminated string, e.g., field in IccRefreshResponse
|
D | UsimFileHandler.java | 31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
|
D | IsimFileHandler.java | 30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
|
D | SIMFileHandler.java | 33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
|
D | CsimFileHandler.java | 30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
|
D | RuimFileHandler.java | 33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
|
D | IccCardApplicationStatus.java | 127 public String aid; field in IccCardApplicationStatus
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | OpenLogicalChannelInvocation.java | 47 protected void sendRequestMessage(String aid, Message msg) { in sendRequestMessage()
|
D | ApduSender.java | 71 public ApduSender(CommandsInterface ci, String aid, boolean supportExtendedApdu) { in ApduSender()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 356 String aid = "2345"; in testSupplyIccPinForApp() local 367 String aid = "2345"; in testSupplyIccPukForApp() local 378 String aid = "2345"; in testSupplyIccPin2ForApp() local 391 String aid = "2345"; in testSupplyIccPuk2ForApp() local 404 String aid = "2345"; in testChangeIccPinForApp() local 417 String aid = "2345"; in testChangeIccPin2ForApp() local 450 String aid = "1234"; in testGetIMSIForApp() local 862 String aid = "aid"; in testIccOpenLogicalChannel() local 943 String aid = "aid"; in testRequestIccSimAuthentication() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardTest.java | 100 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
|
D | UiccControllerTest.java | 85 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
|
D | UiccProfileTest.java | 124 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
|
/frameworks/base/core/java/android/nfc/ |
D | INfcCardEmulation.aidl | 30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 120 public void getIMSIForApp(String aid, Message result) { in getIMSIForApp() 312 int p3, String data, String pin2, String aid, Message result) { in iccIOForApp() 538 public void supplyIccPinForApp(String pin, String aid, Message response) { in supplyIccPinForApp() 542 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() 546 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { in supplyIccPin2ForApp() 550 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() 563 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 121 public void getIMSIForApp(String aid, Message result) { in getIMSIForApp() 311 int p3, String data, String pin2, String aid, Message result) { in iccIOForApp() 537 public void supplyIccPinForApp(String pin, String aid, Message response) { in supplyIccPinForApp() 541 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() 545 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { in supplyIccPin2ForApp() 549 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() 562 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 608 public void getIMSIForApp(String aid, Message result) { in getIMSIForApp() 1293 int p3, String data, String pin2, String aid, Message result) { in iccIOForApp() 1830 public void supplyIccPinForApp(String pin, String aid, Message response) { in supplyIccPinForApp() 1845 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() 1850 public void supplyIccPin2ForApp(String pin2, String aid, Message response) { in supplyIccPin2ForApp() 1855 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() 1873 …public void requestIccSimAuthentication(int authContext, String data, String aid, Message response… in requestIccSimAuthentication()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 697 public void supplyIccPinForApp(String pin, String aid, Message result) { in supplyIccPinForApp() 724 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp() 752 public void supplyIccPin2ForApp(String pin, String aid, Message result) { in supplyIccPin2ForApp() 779 public void supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { in supplyIccPuk2ForApp() 807 public void changeIccPinForApp(String oldPin, String newPin, String aid, Message result) { in changeIccPinForApp() 835 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aid, Message result) { in changeIccPin2ForApp() 1054 public void getIMSIForApp(String aid, Message result) { in getIMSIForApp() 1578 String data, String pin2, String aid, Message result) { in iccIOForApp() 3631 public void iccOpenLogicalChannel(String aid, int p2, Message result) { in iccOpenLogicalChannel() 3869 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication()
|