Searched defs:mIccFh (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java84 private IccFileHandler mIccFh; field in class:UiccCardApplication
112 mIccFh = createIccFileHandler(as.app_type);
145 if (mIccFh != null) { mIccFh.dispose();}
147 mIccFh = createIccFileHandler(as.app_type);
175 if (mIccFh != null) { mIccFh.dispose();}
177 mIccFh = null;
618 return mIccFh;
918 pw.println(" mIccFh
[all...]

Completed in 9 milliseconds