Searched refs:mIccCardProxy (Results 1 – 3 of 3) sorted by relevance
101 protected IccCardProxy mIccCardProxy; field in TelephonyTest309 doReturn(mIccCardProxy).when(mTelephonyComponentFactory) in setUp()340 doReturn(mIccCardProxy).when(mPhone).getIccCard(); in setUp()379 doReturn(mSimRecords).when(mIccCardProxy).getIccRecords(); in setUp()384 }).when(mIccCardProxy).getIccRecords(); in setUp()
131 mIccRecord = mIccCardProxy.getIccRecords(); in setUp()320 doReturn(mIccFileHandler).when(mIccCardProxy).getIccFileHandler(); in testSimLockedWithOutIccId()368 doReturn(mIccFileHandler).when(mIccCardProxy).getIccFileHandler(); in testSimLockWIthIccId()
182 private IccCardProxy mIccCardProxy; field in GsmCdmaPhone234 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId); in initOnce()280 mIccCardProxy.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_UMTS); in initRatSpecific()294 mIccCardProxy.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_1xRTT); in initRatSpecific()3074 mIccCardProxy.setVoiceRadioTech(newVoiceRadioTech); in phoneObjectUpdater()3120 return mIccCardProxy.getIccRecordsLoaded(); in getIccRecordsLoaded()3125 return mIccCardProxy; in getIccCard()3159 mIccCardProxy.dump(fd, pw, args); in dump()