Searched refs:mTelephonyComponentFactory (Results 1 – 6 of 6) sorted by relevance
118 protected TelephonyComponentFactory mTelephonyComponentFactory; field in TelephonyTest330 doReturn(mSST).when(mTelephonyComponentFactory) in setUp()333 doReturn(mUiccProfile).when(mTelephonyComponentFactory) in setUp()337 doReturn(mCT).when(mTelephonyComponentFactory) in setUp()339 doReturn(mIccPhoneBookIntManager).when(mTelephonyComponentFactory) in setUp()341 doReturn(mDcTracker).when(mTelephonyComponentFactory) in setUp()343 doReturn(mWspTypeDecoder).when(mTelephonyComponentFactory) in setUp()345 doReturn(mInboundSmsTracker).when(mTelephonyComponentFactory) in setUp()349 doReturn(mInboundSmsTracker).when(mTelephonyComponentFactory) in setUp()353 doReturn(mInboundSmsTracker).when(mTelephonyComponentFactory) in setUp()[all …]
100 PhoneConstants.PHONE_TYPE_GSM, mTelephonyComponentFactory); in onLooperPrepared()
446 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartSmsWithIncompleteWAP()459 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartSmsWithIncompleteWAP()474 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartSmsWithIncompleteWAP()503 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartSms()514 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartSms()530 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartSms()548 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartSms()580 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartIncompleteSms()591 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartIncompleteSms()618 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartSmsWithInvalidSeqNumber()[all …]
223 mCarrierActionAgent = mTelephonyComponentFactory.makeCarrierActionAgent(this); in GsmCdmaPhone()224 mCarrierSignalAgent = mTelephonyComponentFactory.makeCarrierSignalAgent(this); in GsmCdmaPhone()225 mSST = mTelephonyComponentFactory.makeServiceStateTracker(this, this.mCi); in GsmCdmaPhone()227 mDcTracker = mTelephonyComponentFactory.makeDcTracker(this); in GsmCdmaPhone()228 mCarrerIdentifier = mTelephonyComponentFactory.makeCarrierIdentifier(this); in GsmCdmaPhone()231 mDeviceStateMonitor = mTelephonyComponentFactory.makeDeviceStateMonitor(this); in GsmCdmaPhone()250 mCT = mTelephonyComponentFactory.makeGsmCdmaCallTracker(this); in initOnce()251 mIccPhoneBookIntManager = mTelephonyComponentFactory.makeIccPhoneBookInterfaceManager(this); in initOnce()255 mIccSmsInterfaceManager = mTelephonyComponentFactory.makeIccSmsInterfaceManager(this); in initOnce()267 mCdmaSSM = mTelephonyComponentFactory.getCdmaSubscriptionSourceManagerInstance(mContext, in initOnce()[all …]
294 protected TelephonyComponentFactory mTelephonyComponentFactory; field in Phone544 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()545 mSmsStorageMonitor = mTelephonyComponentFactory.makeSmsStorageMonitor(this); in Phone()546 mSmsUsageMonitor = mTelephonyComponentFactory.makeSmsUsageMonitor(context); in Phone()549 mSimActivationTracker = mTelephonyComponentFactory.makeSimActivationTracker(this); in Phone()
253 verify(mTelephonyComponentFactory).makeUiccProfile( in testUiccSlotCreateAndDispose()