Home
last modified time | relevance | path

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

12

/packages/apps/SecureElement/src/com/android/se/security/
DAccessControlEnforcer.java274 public ChannelAccess setUpChannelAccess(byte[] aid, String packageName, byte[] uuid, in setUpChannelAccess()
301 private synchronized ChannelAccess internal_setUpChannelAccess(byte[] aid, in internal_setUpChannelAccess()
337 byte[] aid, List<byte []> appCertHashes) in getAccessRule()
394 public synchronized boolean[] isNfcEventAllowed(byte[] aid, in isNfcEventAllowed()
410 private synchronized boolean[] internal_isNfcEventAllowed(byte[] aid, in internal_isNfcEventAllowed()
DAccessRuleCache.java71 private static AID_REF_DO getAidRefDo(byte[] aid) { in getAidRefDo()
243 public ChannelAccess findAccessRule(byte[] aid, List<byte[]> appCertHashes) in findAccessRule()
269 private ChannelAccess findAccessRuleInternal(byte[] aid, List<byte[]> appCertHashes) in findAccessRuleInternal()
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DEFDIR.java71 private byte[] decodeDER(byte[] buffer, byte[] aid) throws PKCS15Exception { in decodeDER()
97 public byte[] lookupAID(byte[] aid) throws IOException, PKCS15Exception, in lookupAID()
DPKCS15Handler.java202 private boolean selectACRulesContainer(byte[] aid) throws IOException, MissingResourceException, in selectACRulesContainer()
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java489 private void select(byte[] aid) throws IOException { in select()
519 public Channel openBasicChannel(SecureElementSession session, byte[] aid, byte p2, in openBasicChannel()
626 public Channel openLogicalChannelWithoutChannelAccess(byte[] aid) throws IOException, in openLogicalChannelWithoutChannelAccess()
634 public Channel openLogicalChannel(SecureElementSession session, byte[] aid, byte p2, in openLogicalChannel()
731 public boolean isAidSelectable(byte[] aid) { in isAidSelectable()
849 public boolean[] isNfcEventAllowed(PackageManager packageManager, byte[] aid, in isNfcEventAllowed()
928 private ChannelAccess setUpChannelAccess(byte[] aid, String packageName, byte[] uuid, int pid, in setUpChannelAccess()
DSecureElementService.java125 public synchronized boolean[] isNfcEventAllowed(String reader, byte[] aid, in isNfcEventAllowed()
386 public ISecureElementChannel openBasicChannel(byte[] aid, byte p2, in openBasicChannel()
445 public ISecureElementChannel openLogicalChannel(byte[] aid, byte p2, in openLogicalChannel()
DChannel.java57 byte[] selectResponse, byte[] aid, ISecureElementListener listener) { in Channel()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java129 String aid = aidEntry.getKey(); in calculateAidRouteSize() local
143 String aid = aidEntry.getKey(); in clearNfcRoutingTableLocked() local
290 String aid = aidEntry.getKey(); in configureRouting() local
349 String aid = aidEntry.getKey(); in configureRouting() local
494 String aid = aidEntry.getKey(); in commit() local
DRegisteredAidCache.java92 String aid; field in RegisteredAidCache.ServiceAidInfo
197 public AidResolveInfo resolveAid(String aid) { in resolveAid()
260 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid()
697 static boolean isExact(String aid) { in isExact()
701 static boolean isPrefix(String aid) { in isPrefix()
705 static boolean isSubset(String aid) { in isSubset()
793 String aid = entry.getKey(); in findConflictsForSubsetAidLocked() local
1063 String aid = aidEntry.getKey(); in updateRoutingLocked() local
DHostEmulationManager.java607 UnroutableAidBugReportRunnable(String aid) { in UnroutableAidBugReportRunnable()
612 void addAid(String aid) { in addAid()
/packages/apps/Nfc/nci/jni/
DHciEventManager.cpp51 void HciEventManager::notifyTransactionListenersOfAid(std::vector<uint8_t> aid, in notifyTransactionListenersOfAid()
174 std::vector<uint8_t> aid(event_buff + 2, event_buff + aid_len + 2); in nfaHciCallback() local
DRouteDataSet.cpp50 AidBuffer::AidBuffer(std::string& aid) : mBuffer(NULL), mBufferLen(0) { in AidBuffer()
DRoutingManager.cpp338 bool RoutingManager::addAidRouting(const uint8_t* aid, uint8_t aidLen, in addAidRouting()
367 bool RoutingManager::removeAidRouting(const uint8_t* aid, uint8_t aidLen) { in removeAidRouting()
/packages/services/Car/libs/procfs-inspector/server/
Dserver.cpp25 uid_t aid = uid % AID_USER_OFFSET; in isSystemUser() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java174 AvrcpItem.Builder aid = new AvrcpItem.Builder(); in BrowseNode() local
188 AvrcpItem.Builder aid = new AvrcpItem.Builder(); in BrowseNode() local
198 AvrcpItem.Builder aid = new AvrcpItem.Builder(); in BrowseNode() local
/packages/apps/SecureElement/src/com/android/se/security/arf/
DSecureElement.java103 public Channel openLogicalArfChannel(byte[] aid) throws IOException, MissingResourceException, in openLogicalArfChannel()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java42 public void onNfcTransactionEvent(byte[] aid, byte[] data, String seName); in onNfcTransactionEvent()
149 public boolean routeAid(byte[] aid, int route, int aidInfo, int power); in routeAid()
151 public boolean unrouteAid(byte[] aid); in unrouteAid()
DRoutingTableParser.java88 private String getAidStr(byte[] aid) { in getAidStr()
DNfcService.java529 public void onNfcTransactionEvent(byte[] aid, byte[] data, String seName) { in onNfcTransactionEvent()
3513 public void routeAids(String aid, int route, int aidInfo, int power) { in routeAids()
3527 public void unrouteAids(String aid) { in unrouteAids()
3643 String aid = (String) msg.obj; in handleMessage() local
3656 String aid = (String) msg.obj; in handleMessage() local
3972 private void sendOffHostTransactionEvent(byte[] aid, byte[] data, byte[] readerByteArray) { in sendOffHostTransactionEvent()
/packages/apps/SecureElement/src/com/android/se/security/gpac/
DAID_REF_DO.java60 public AID_REF_DO(int tag, byte[] aid) { in AID_REF_DO()
/packages/apps/Nfc/proto/
Devent.proto66 required string aid = 1; field
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java162 public native boolean routeAid(byte[] aid, int route, int aidInfo, int power); in routeAid()
165 public native boolean unrouteAid(byte[] aid); in unrouteAid()
391 private void notifyTransactionListeners(byte[] aid, byte[] data, String evtSrc) { in notifyTransactionListeners()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/behavior/v35/
DWalletRoleUiBehavior.java161 String aid = aids.get(j); in getNonPaymentServiceBannerAndLabelIfExists() local
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredAidCacheTest.java621 String aid = aids.get(i); in createServiceInfoForAidRouting() local
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DThemedIconDrawable.java230 AdaptiveIconDrawable aid = (AdaptiveIconDrawable) original; in wrapDrawable() local

12