Home
last modified time | relevance | path

Searched refs:getAid (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/SecureElement/src/com/android/se/security/gpac/
H A DAID_REF_DO.java93 public byte[] getAid() { in getAid() method in AID_REF_DO
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java1014 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRefresh()
1225 ci.requestIccSimAuthentication(authContext, data, parentApp.getAid(), in getIccSimChallengeResponse()
H A DUiccCardApplication.java666 public String getAid() { in getAid() method in UiccCardApplication
H A DSIMRecords.java1590 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchSimRecords()
H A DUiccProfile.java1555 && (TextUtils.isEmpty(aid) || aid.equals(mUiccApplications[i].getAid()))) { in resetAppWithAid()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/
H A DAccessRuleCache.java396 if (aidRefDo.getTag() == AID_REF_DO.TAG && aidRefDo.getAid().length == 0) { in searchForRulesWithSpecificAidButOtherHash()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java436 loge("getIccSimChallengeResponse() found app " + uiccApp.getAid()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1483 if (DBG) logv("getForbiddenPlmns() found app " + uiccApp.getAid() in handleMessage()
8139 .getApplicationByType(appType).getAid(); in getAidForAppType()