Home
last modified time | relevance | path

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

12

/frameworks/base/omapi/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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java100 public void changeIccPin2ForApp(int serial, String oldPin2, String newPin2, String aid) in changeIccPin2ForApp()
118 public void changeIccPinForApp(int serial, String oldPin, String newPin, String aid) in changeIccPinForApp()
227 public void getImsiForApp(int serial, String aid) throws RemoteException { in getImsiForApp()
294 int p3, String data, String pin2, String aid) throws RemoteException { in iccIoForApp()
330 public void iccOpenLogicalChannel(int serial, String aid, int p2) throws RemoteException { in iccOpenLogicalChannel()
409 String aid) throws RemoteException { in requestIccSimAuthentication()
714 public void supplyIccPin2ForApp(int serial, String pin2, String aid) throws RemoteException { in supplyIccPin2ForApp()
730 public void supplyIccPinForApp(int serial, String pin, String aid) throws RemoteException { in supplyIccPinForApp()
747 public void supplyIccPuk2ForApp(int serial, String puk2, String pin2, String aid) in supplyIccPuk2ForApp()
765 public void supplyIccPukForApp(int serial, String puk, String pin, String aid) in supplyIccPukForApp()
/frameworks/base/omapi/aidl/aidl_api/android.se.omapi/current/android/se/omapi/
DISecureElementSession.aidl46 …android.se.omapi.ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in android.se.o… in openBasicChannel()
47 …android.se.omapi.ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in android.se… in openLogicalChannel()
DISecureElementService.aidl44 …boolean[] isNfcEventAllowed(in String reader, in byte[] aid, in String[] packageNames, in int user… in isNfcEventAllowed()
/frameworks/base/omapi/aidl/aidl_api/android.se.omapi/1/android/se/omapi/
DISecureElementSession.aidl46 …android.se.omapi.ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in android.se.o… in openBasicChannel()
47 …android.se.omapi.ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in android.se… in openLogicalChannel()
DISecureElementService.aidl44 …boolean[] isNfcEventAllowed(in String reader, in byte[] aid, in String[] packageNames, in int user… in isNfcEventAllowed()
/frameworks/base/omapi/aidl/android/se/omapi/
DISecureElementSession.aidl65 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel()
75 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in openLogicalChannel()
DISecureElementService.aidl55 boolean[] isNfcEventAllowed(in String reader, in byte[] aid, in isNfcEventAllowed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRefreshResponse.java39 public String aid; /* null terminated string, e.g., field in IccRefreshResponse
DUsimFileHandler.java29 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
DCsimFileHandler.java29 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
DSIMFileHandler.java32 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
DIsimFileHandler.java29 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
DVtsHalOmapiSeAccessControlTestCases.cpp84 for (auto aid : authorizedAids) { in testSelectableAid() local
125 for (auto aid : unAuthorizedAids) { in testUnauthorisedAid() local
158 std::vector<uint8_t> aid, in testTransmitAPDU()
203 std::vector<uint8_t> aid, in testUnauthorisedAPDU()
/frameworks/base/core/java/android/nfc/cardemulation/
DApduServiceInfo.java292 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local
304 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local
318 String aid = a.getString(com.android.internal.R.styleable.AidFilter_name). in ApduServiceInfo() local
425 public String getCategoryForAid(String aid) { in getCategoryForAid()
DCardEmulation.java241 public boolean isDefaultServiceForAid(ComponentName service, String aid) { in isDefaultServiceForAid()
912 public static boolean isValidAid(String aid) { in isValidAid()
DAidGroup.java185 String aid = parser.getAttributeValue(null, "value"); in createFromXml() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DOpenLogicalChannelInvocation.java47 protected void sendRequestMessage(String aid, Message msg) { in sendRequestMessage()
DApduSender.java78 public ApduSender(CommandsInterface ci, String aid, boolean supportExtendedApdu) { in ApduSender()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconProvider.java134 AdaptiveIconDrawable aid = (AdaptiveIconDrawable) icon; in getIconWithOverrides() local
180 AdaptiveIconDrawable aid = (AdaptiveIconDrawable) drawable; in loadCalendarDrawable() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DIccLogicalChannelRequestTest.java118 int portIndex, String callingPackage, String aid, int p2, int channel, IBinder binder) { in createIccLogicalChannelRequest()
DRILTest.java399 String aid = "2345"; in testSupplyIccPinForApp() local
410 String aid = "2345"; in testSupplyIccPukForApp() local
421 String aid = "2345"; in testSupplyIccPin2ForApp() local
434 String aid = "2345"; in testSupplyIccPuk2ForApp() local
447 String aid = "2345"; in testChangeIccPinForApp() local
460 String aid = "2345"; in testChangeIccPin2ForApp() local
565 String aid = "1234"; in testGetIMSIForApp() local
1242 String aid = "aid"; in testIccOpenLogicalChannel() local
1323 String aid = "aid"; in testRequestIccSimAuthentication() local
/frameworks/base/omapi/aidl/vts/functional/omapi/
DVtsHalOmapiSeServiceV1_TargetTest.cpp55 std::vector<uint8_t> aid, std::vector<uint8_t>& selectResponse) { in testSelectableAid()
88 std::vector<uint8_t> aid) { in testNonSelectableAid()
367 std::vector<uint8_t> aid = {}; in TEST_P() local
/frameworks/base/core/java/android/nfc/
DINfcCardEmulation.aidl30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid()

12