Searched refs:mIccCardProxy (Results 1 – 3 of 3) sorted by relevance
102 protected IccCardProxy mIccCardProxy; field in TelephonyTest327 doReturn(mIccCardProxy).when(mTelephonyComponentFactory) in setUp()371 doReturn(mIccCardProxy).when(mPhone).getIccCard(); in setUp()414 doReturn(mSimRecords).when(mIccCardProxy).getIccRecords(); in setUp()419 }).when(mIccCardProxy).getIccRecords(); in setUp()
125 mIccRecord = mIccCardProxy.getIccRecords(); in setUp()316 doReturn(mIccFileHandler).when(mIccCardProxy).getIccFileHandler(); in testSimLockedWithOutIccId()418 doReturn(mIccFileHandler).when(mIccCardProxy).getIccFileHandler(); in testSimLockWIthIccId()
185 private IccCardProxy mIccCardProxy; field in GsmCdmaPhone238 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId); in initOnce()282 mIccCardProxy.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_UMTS); in initRatSpecific()295 mIccCardProxy.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_1xRTT); in initRatSpecific()3182 mIccCardProxy.setVoiceRadioTech(newVoiceRadioTech); in phoneObjectUpdater()3227 return mIccCardProxy.getIccRecordsLoaded(); in getIccRecordsLoaded()3232 return mIccCardProxy; in getIccCard()3266 mIccCardProxy.dump(fd, pw, args); in dump()