| /packages/apps/SecureElement/src/com/android/se/security/ |
| D | AccessControlEnforcer.java | 274 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()
|
| D | AccessRuleCache.java | 71 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/ |
| D | EFDIR.java | 71 private byte[] decodeDER(byte[] buffer, byte[] aid) throws PKCS15Exception { in decodeDER() 97 public byte[] lookupAID(byte[] aid) throws IOException, PKCS15Exception, in lookupAID()
|
| D | PKCS15Handler.java | 202 private boolean selectACRulesContainer(byte[] aid) throws IOException, MissingResourceException, in selectACRulesContainer()
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | AidRoutingManager.java | 128 String aid = aidEntry.getKey(); in calculateAidRouteSize() local 142 String aid = aidEntry.getKey(); in clearNfcRoutingTableLocked() local 234 String aid = aidEntry.getKey(); in configureRouting() local 289 String aid = aidEntry.getKey(); in configureRouting() local 421 String aid = aidEntry.getKey(); in commit() local
|
| D | RegisteredAidCache.java | 86 String aid; field in RegisteredAidCache.ServiceAidInfo 173 public AidResolveInfo resolveAid(String aid) { in resolveAid() 236 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid() 536 static boolean isExact(String aid) { in isExact() 540 static boolean isPrefix(String aid) { in isPrefix() 544 static boolean isSubset(String aid) { in isSubset() 632 String aid = entry.getKey(); in findConflictsForSubsetAidLocked() local 897 String aid = aidEntry.getKey(); in updateRoutingLocked() local
|
| D | CardEmulationManager.java | 508 ComponentName service, String aid) throws RemoteException { in isDefaultServiceForAid() 790 public String getRegisteredAidCategory(String aid) { in getRegisteredAidCategory()
|
| /packages/apps/SecureElement/src/com/android/se/ |
| D | Terminal.java | 489 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()
|
| D | SecureElementService.java | 125 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()
|
| D | Channel.java | 57 byte[] selectResponse, byte[] aid, ISecureElementListener listener) { in Channel()
|
| /packages/apps/Nfc/nci/jni/ |
| D | HciEventManager.cpp | 50 void HciEventManager::notifyTransactionListenersOfAid(std::vector<uint8_t> aid, in notifyTransactionListenersOfAid() 173 std::vector<uint8_t> aid(event_buff + 2, event_buff + aid_len + 2); in nfaHciCallback() local
|
| D | RouteDataSet.cpp | 51 AidBuffer::AidBuffer(std::string& aid) : mBuffer(NULL), mBufferLen(0) { in AidBuffer()
|
| D | RoutingManager.cpp | 337 bool RoutingManager::addAidRouting(const uint8_t* aid, uint8_t aidLen, in addAidRouting() 366 bool RoutingManager::removeAidRouting(const uint8_t* aid, uint8_t aidLen) { in removeAidRouting()
|
| D | NativeNfcManager.cpp | 975 static jboolean nfcManager_routeAid(JNIEnv* e, jobject, jbyteArray aid, in nfcManager_routeAid() 1004 static jboolean nfcManager_unrouteAid(JNIEnv* e, jobject, jbyteArray aid) { in nfcManager_unrouteAid()
|
| /packages/services/Car/procfs-inspector/server/ |
| D | server.cpp | 25 uid_t aid = uid % AID_USER_OFFSET; in isSystemUser() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
| D | BrowseTree.java | 150 AvrcpItem.Builder aid = new AvrcpItem.Builder(); in BrowseNode() local 164 AvrcpItem.Builder aid = new AvrcpItem.Builder(); in BrowseNode() local 174 AvrcpItem.Builder aid = new AvrcpItem.Builder(); in BrowseNode() local
|
| /packages/apps/SecureElement/src/com/android/se/security/arf/ |
| D | SecureElement.java | 103 public Channel openLogicalArfChannel(byte[] aid) throws IOException, MissingResourceException, in openLogicalArfChannel()
|
| /packages/apps/SecureElement/src/com/android/se/security/gpac/ |
| D | AID_REF_DO.java | 60 public AID_REF_DO(int tag, byte[] aid) { in AID_REF_DO()
|
| /packages/apps/Launcher3/src/com/android/launcher3/icons/ |
| D | MonochromeIconFactory.java | 105 AdaptiveIconDrawable aid = (AdaptiveIconDrawable) icon; in wrap() local
|
| /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
| D | NativeNfcManager.java | 131 public native boolean routeAid(byte[] aid, int route, int aidInfo, int power); in routeAid() 134 public native boolean unrouteAid(byte[] aid); in unrouteAid() 466 private void notifyTransactionListeners(byte[] aid, byte[] data, String evtSrc) { in notifyTransactionListeners()
|
| /packages/apps/Nfc/src/com/android/nfc/ |
| D | DeviceHost.java | 52 public void onNfcTransactionEvent(byte[] aid, byte[] data, String seName); in onNfcTransactionEvent() 203 public boolean routeAid(byte[] aid, int route, int aidInfo, int power); in routeAid() 205 public boolean unrouteAid(byte[] aid); in unrouteAid()
|
| D | NfcService.java | 448 public void onNfcTransactionEvent(byte[] aid, byte[] data, String seName) { in onNfcTransactionEvent() 2568 public void routeAids(String aid, int route, int aidInfo, int power) { in routeAids() 2582 public void unrouteAids(String aid) { in unrouteAids() 2667 String aid = (String) msg.obj; in handleMessage() local 2680 String aid = (String) msg.obj; in handleMessage() local 2949 private void sendOffHostTransactionEvent(byte[] aid, byte[] data, byte[] readerByteArray) { in sendOffHostTransactionEvent()
|
| D | RoutingTableParser.java | 88 private String getAidStr(byte[] aid) { in getAidStr()
|
| /packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
| D | ThemedIconDrawable.java | 230 AdaptiveIconDrawable aid = (AdaptiveIconDrawable) original; in wrapDrawable() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | Utilities.java | 585 AdaptiveIconDrawable aid = (AdaptiveIconDrawable) icon.mutate(); in getFullDrawable() local
|