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.java82 private IccFileHandler mIccFh; field in UiccCardApplication
109 mIccFh = createIccFileHandler(as.app_type); in UiccCardApplication()
142 if (mIccFh != null) { mIccFh.dispose();} in update()
144 mIccFh = createIccFileHandler(as.app_type); in update()
172 if (mIccFh != null) { mIccFh.dispose();} in dispose()
174 mIccFh = null; in dispose()
618 return mIccFh; in getIccFileHandler()
892 pw.println(" mIccFh=" + mIccFh); in dump()