Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/core/java/android/se/omapi/
H A 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()
H A DISecureElementSession.aidl63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel()
71 ISecureElementChannel openLogicalChannel(in byte[] aid, in byte p2, in openLogicalChannel()
H A DISecureElementService.aidl47 boolean[] isNFCEventAllowed(String reader, in byte[] aid, in isNFCEventAllowed()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/
H A DAccessControlEnforcer.java274 public ChannelAccess setUpChannelAccess(byte[] aid, String packageName, boolean checkRefreshTag) in setUpChannelAccess()
301 private synchronized ChannelAccess internal_setUpChannelAccess(byte[] aid, in internal_setUpChannelAccess()
328 byte[] aid, List<byte []> appCertHashes) in getAccessRule()
385 public synchronized boolean[] isNfcEventAllowed(byte[] aid, in isNfcEventAllowed()
401 private synchronized boolean[] internal_isNfcEventAllowed(byte[] aid, in internal_isNfcEventAllowed()
H A 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()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
H A DEFDIR.java71 private byte[] decodeDER(byte[] buffer, byte[] aid) throws PKCS15Exception { in decodeDER()
97 public byte[] lookupAID(byte[] aid) throws IOException, PKCS15Exception, in lookupAID()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DAidRoutingManager.java126 String aid = aidEntry.getKey(); in calculateAidRouteSize() local
140 String aid = aidEntry.getKey(); in clearNfcRoutingTableLocked() local
231 String aid = aidEntry.getKey(); in configureRouting() local
283 String aid = aidEntry.getKey(); in configureRouting() local
415 String aid = aidEntry.getKey(); in commit() local
H A DRegisteredAidCache.java79 String aid; field in RegisteredAidCache.ServiceAidInfo
162 public AidResolveInfo resolveAid(String aid) { in resolveAid()
225 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) { in isDefaultServiceForAid()
481 static boolean isExact(String aid) { in isExact()
485 static boolean isPrefix(String aid) { in isPrefix()
489 static boolean isSubset(String aid) { in isSubset()
573 String aid = entry.getKey(); in findConflictsForSubsetAidLocked() local
832 String aid = aidEntry.getKey(); in updateRoutingLocked() local
/aosp12/packages/apps/SecureElement/src/com/android/se/
H A DTerminal.java407 private void select(byte[] aid) throws IOException { in select()
436 public Channel openBasicChannel(SecureElementSession session, byte[] aid, byte p2, in openBasicChannel()
517 public Channel openLogicalChannelWithoutChannelAccess(byte[] aid) throws IOException, in openLogicalChannelWithoutChannelAccess()
525 public Channel openLogicalChannel(SecureElementSession session, byte[] aid, byte p2, in openLogicalChannel()
595 public boolean isAidSelectable(byte[] aid) { in isAidSelectable()
685 public boolean[] isNfcEventAllowed(PackageManager packageManager, byte[] aid, in isNfcEventAllowed()
748 private ChannelAccess setUpChannelAccess(byte[] aid, String packageName, int pid, in setUpChannelAccess()
H A DSecureElementService.java301 public ISecureElementChannel openBasicChannel(byte[] aid, byte p2, in openBasicChannel()
343 public ISecureElementChannel openLogicalChannel(byte[] aid, byte p2, in openLogicalChannel()
/aosp12/hardware/interfaces/secure_element/1.0/vts/functional/
H A DVtsHalSecureElementV1_0TargetTest.cpp98 std::vector<uint8_t> aid = ANDROID_TEST_AID; in TEST_P() local
138 std::vector<uint8_t> aid = ANDROID_TEST_AID; in TEST_P() local
185 std::vector<uint8_t> aid = ANDROID_TEST_AID; in TEST_P() local
/aosp12/bionic/libc/bionic/
H A Dempty_android_ids.h34 unsigned aid; member
/aosp12/packages/apps/Nfc/nci/jni/
H A DHciEventManager.cpp50 void HciEventManager::notifyTransactionListenersOfAid(std::vector<uint8_t> aid, in notifyTransactionListenersOfAid()
165 std::vector<uint8_t> aid(event_buff.begin() + 2, in nfaHciCallback() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRefreshResponse.java39 public String aid; /* null terminated string, e.g., field in IccRefreshResponse
H A DCsimFileHandler.java29 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in CsimFileHandler()
H A DIsimFileHandler.java29 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in IsimFileHandler()
H A DSIMFileHandler.java32 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in SIMFileHandler()
H A DUsimFileHandler.java29 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in UsimFileHandler()
H A DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { in RuimFileHandler()
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/
H A 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()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardTest.java46 IccCardApplicationStatus.AppState appState, String aid) { in composeUiccApplicationStatus()
/aosp12/packages/services/Car/procfs-inspector/server/
H A Dserver.cpp25 uid_t aid = uid % AID_USER_OFFSET; in isSystemUser() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
H A DOpenLogicalChannelInvocation.java47 protected void sendRequestMessage(String aid, Message msg) { in sendRequestMessage()
/aosp12/build/make/tools/fs_config/
H A Dfs_config_generator.py94 def get_login_and_uid_cleansed(aid): argument
587 def _verify_valid_range(self, aid): argument
1214 def _print_aid(self, aid): argument
1287 def _print_formatted_line(self, aid): argument
1318 def _print_formatted_line(self, aid): argument
/aosp12/bionic/libc/
H A Dfs_config_generator.py94 def get_login_and_uid_cleansed(aid): argument
587 def _verify_valid_range(self, aid): argument
1214 def _print_aid(self, aid): argument
1287 def _print_formatted_line(self, aid): argument
1318 def _print_formatted_line(self, aid): argument

1234