Home | History | Annotate | Download | only in cat

Lines Matching refs:fh

139             Context context, IccFileHandler fh, UiccProfile uiccProfile, int slotId) {
140 if (ci == null || ca == null || ir == null || context == null || fh == null
152 mMsgDecoder = RilMessageDecoder.getInstance(this, fh, slotId);
199 IccFileHandler fh = null;
207 fh = ca.getIccFileHandler();
221 if (ci == null || ca == null || ir == null || context == null || fh == null
226 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, uiccProfile, slotId);