Home
last modified time | relevance | path

Searched defs:aid (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java106 String aid = "B2C3D4"; in testSendEmptyCommands() local
125 String aid = "B2C3D4"; in testOpenChannelErrorStatus() local
143 String aid = "B2C3D4"; in testSend() local
161 String aid = "B2C3D4"; in testSendMultiApdus() local
190 String aid = "B2C3D4"; in testSendLongResponse() local
213 String aid = "B2C3D4"; in testSendStoreDataLongDataLongResponse() local
248 String aid = "B2C3D4"; in testSendStoreDataLongDataMod0() local
273 String aid = "B2C3D4"; in testSendStoreDataLen0() local
292 String aid = "B2C3D4"; in testSendErrorResponseInMiddle() local
324 String aid = "B2C3D4"; in testChannelAlreadyOpened() local
/frameworks/base/core/java/android/se/omapi/
DSession.java199 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()
DISecureElementSession.aidl63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel()
71 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in openLogicalChannel()
DISecureElementService.aidl47 boolean[] isNFCEventAllowed(String reader, in byte[] aid, in isNFCEventAllowed()
/frameworks/base/core/java/android/nfc/cardemulation/
DApduServiceInfo.java234 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local
246 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local
260 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local
363 public String getCategoryForAid(String aid) { in getCategoryForAid()
DCardEmulation.java233 public boolean isDefaultServiceForAid(ComponentName service, String aid) { in isDefaultServiceForAid()
615 public static boolean isValidAid(String aid) { in isValidAid()
DAidGroup.java160 String aid = parser.getAttributeValue(null, "value"); in createFromXml() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRefreshResponse.java33 public String aid; /* null terminated string, e.g., field in IccRefreshResponse
DIsimFileHandler.java30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
DUsimFileHandler.java31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
DCsimFileHandler.java30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
DSIMFileHandler.java33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
DIccCardApplicationStatus.java107 public String aid; field in IccCardApplicationStatus
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DOpenLogicalChannelInvocation.java47 protected void sendRequestMessage(String aid, Message msg) { in sendRequestMessage()
DApduSender.java70 public ApduSender(CommandsInterface ci, String aid, boolean supportExtendedApdu) { in ApduSender()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java298 String aid = "2345"; in testSupplyIccPinForApp() local
309 String aid = "2345"; in testSupplyIccPukForApp() local
320 String aid = "2345"; in testSupplyIccPin2ForApp() local
333 String aid = "2345"; in testSupplyIccPuk2ForApp() local
346 String aid = "2345"; in testChangeIccPinForApp() local
359 String aid = "2345"; in testChangeIccPin2ForApp() local
392 String aid = "1234"; in testGetIMSIForApp() local
803 String aid = "aid"; in testIccOpenLogicalChannel() local
884 String aid = "aid"; in testRequestIccSimAuthentication() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java100 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
DUiccControllerTest.java69 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
DUiccProfileTest.java122 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
/frameworks/base/core/java/android/nfc/
DINfcCardEmulation.aidl30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java121 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/sip/
DSipCommandInterface.java120 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/test/
DSimulatedCommands.java588 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/
DRIL.java568 public void supplyIccPinForApp(String pin, String aid, Message result) { in supplyIccPinForApp()
595 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp()
623 public void supplyIccPin2ForApp(String pin, String aid, Message result) { in supplyIccPin2ForApp()
650 public void supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { in supplyIccPuk2ForApp()
678 public void changeIccPinForApp(String oldPin, String newPin, String aid, Message result) { in changeIccPinForApp()
706 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aid, Message result) { in changeIccPin2ForApp()
810 public void getIMSIForApp(String aid, Message result) { in getIMSIForApp()
1251 String data, String pin2, String aid, Message result) { in iccIOForApp()
3150 public void iccOpenLogicalChannel(String aid, int p2, Message result) { in iccOpenLogicalChannel()
3384 public void requestIccSimAuthentication(int authContext, String data, String aid, in requestIccSimAuthentication()

12