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.java93 private IccFileHandler mIccFh; field in UiccCardApplication
123 mIccFh = createIccFileHandler(as.app_type); in UiccCardApplication()
158 if (mIccFh != null) { mIccFh.dispose();} in update()
160 mIccFh = createIccFileHandler(as.app_type); in update()
193 if (mIccFh != null) { mIccFh.dispose();} in dispose()
195 mIccFh = null; in dispose()
688 return mIccFh; in getIccFileHandler()
1000 pw.println(" mIccFh=" + mIccFh); in dump()