/frameworks/base/omapi/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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioSimProxy.java | 100 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/ |
D | ISecureElementSession.aidl | 46 …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()
|
D | ISecureElementService.aidl | 44 …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/ |
D | ISecureElementSession.aidl | 46 …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()
|
D | ISecureElementService.aidl | 44 …boolean[] isNfcEventAllowed(in String reader, in byte[] aid, in String[] packageNames, in int user… in isNfcEventAllowed()
|
/frameworks/base/omapi/aidl/android/se/omapi/ |
D | ISecureElementSession.aidl | 65 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel() 75 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in openLogicalChannel()
|
D | ISecureElementService.aidl | 55 boolean[] isNfcEventAllowed(in String reader, in byte[] aid, in isNfcEventAllowed()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRefreshResponse.java | 39 public String aid; /* null terminated string, e.g., field in IccRefreshResponse
|
D | UsimFileHandler.java | 29 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
|
D | CsimFileHandler.java | 29 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
|
D | SIMFileHandler.java | 32 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
|
D | IsimFileHandler.java | 29 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
|
D | RuimFileHandler.java | 33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
|
/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/ |
D | VtsHalOmapiSeAccessControlTestCases.cpp | 84 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/ |
D | ApduServiceInfo.java | 292 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()
|
D | CardEmulation.java | 241 public boolean isDefaultServiceForAid(ComponentName service, String aid) { in isDefaultServiceForAid() 912 public static boolean isValidAid(String aid) { in isValidAid()
|
D | AidGroup.java | 185 String aid = parser.getAttributeValue(null, "value"); in createFromXml() local
|
/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 | 78 public ApduSender(CommandsInterface ci, String aid, boolean supportExtendedApdu) { in ApduSender()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | IconProvider.java | 134 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/ |
D | IccLogicalChannelRequestTest.java | 118 int portIndex, String callingPackage, String aid, int p2, int channel, IBinder binder) { in createIccLogicalChannelRequest()
|
D | RILTest.java | 399 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/ |
D | VtsHalOmapiSeServiceV1_TargetTest.cpp | 55 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/ |
D | INfcCardEmulation.aidl | 30 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid); in isDefaultServiceForAid()
|