Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java84 private IccFileHandler mIccFh; field in UiccCardApplication
112 mIccFh = createIccFileHandler(as.app_type); in UiccCardApplication()
145 if (mIccFh != null) { mIccFh.dispose();} in update()
147 mIccFh = createIccFileHandler(as.app_type); in update()
175 if (mIccFh != null) { mIccFh.dispose();} in dispose()
177 mIccFh = null; in dispose()
618 return mIccFh; in getIccFileHandler()
918 pw.println(" mIccFh=" + mIccFh); in dump()