Home
last modified time | relevance | path

Searched refs:getCommonIccEFPath (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimFileHandler.java43 String path = getCommonIccEFPath(efid); in getEFPath()
H A DCsimFileHandler.java53 String path = getCommonIccEFPath(efid); in getEFPath()
H A DSIMFileHandler.java67 String path = getCommonIccEFPath(efid); in getEFPath()
H A DRuimFileHandler.java74 return getCommonIccEFPath(efid); in getEFPath()
H A DUsimFileHandler.java77 String path = getCommonIccEFPath(efid); in getEFPath()
H A DIccFileHandler.java687 protected String getCommonIccEFPath(int efid) { in getCommonIccEFPath() method in IccFileHandler