Home
last modified time | relevance | path

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

/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
H A DEFODF.java125 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
134 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ODF not found!!"); in analyseFile()
H A DEFACMain.java116 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
H A DEFDIR.java101 if (selectFile(EFDIR_PATH) != APDU_SUCCESS) throw new PKCS15Exception("EF_DIR not found!!"); in lookupAID()
H A DEFDODF.java118 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_DODF not found!"); in analyseFile()
H A DEFACRules.java140 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ACRules not found!!"); in analyseFile()
H A DEF.java170 public int selectFile(byte[] path) throws IOException, SecureElementException { in selectFile() method in EF
H A DEFACConditions.java268 if (selectFile(path) == APDU_SUCCESS) { in addRestrictedHashes()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccPkcs15.java77 selectFile(); in loadFile()
81 private void selectFile() { in selectFile() method in UiccPkcs15.FileHandler