Searched refs:mTelephonyComponentFactory (Results 1 – 5 of 5) sorted by relevance
107 protected TelephonyComponentFactory mTelephonyComponentFactory; field in TelephonyTest278 mTelephonyComponentFactory); in setUp()307 doReturn(mSST).when(mTelephonyComponentFactory) in setUp()309 doReturn(mIccCardProxy).when(mTelephonyComponentFactory) in setUp()311 doReturn(mCT).when(mTelephonyComponentFactory) in setUp()313 doReturn(mIccPhoneBookIntManager).when(mTelephonyComponentFactory) in setUp()315 doReturn(mDcTracker).when(mTelephonyComponentFactory) in setUp()317 doReturn(mWspTypeDecoder).when(mTelephonyComponentFactory) in setUp()319 doReturn(mInboundSmsTracker).when(mTelephonyComponentFactory) in setUp()322 doReturn(mInboundSmsTracker).when(mTelephonyComponentFactory) in setUp()[all …]
88 PhoneConstants.PHONE_TYPE_GSM, mTelephonyComponentFactory); in onLooperPrepared()
545 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartSms()555 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartSms()570 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartSms()587 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartSms()617 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultiPartIncompleteSms()627 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultiPartIncompleteSms()652 doReturn(mInboundSmsTrackerPart1).when(mTelephonyComponentFactory) in testMultipartSmsFromBlockedNumber_noBroadcastsSent()663 doReturn(mInboundSmsTrackerPart2).when(mTelephonyComponentFactory) in testMultipartSmsFromBlockedNumber_noBroadcastsSent()769 when(mTelephonyComponentFactory).makeInboundSmsTracker(any(Cursor.class), in testBroadcastUndeliveredMultiPart()
206 mSST = mTelephonyComponentFactory.makeServiceStateTracker(this, this.mCi); in GsmCdmaPhone()208 mDcTracker = mTelephonyComponentFactory.makeDcTracker(this); in GsmCdmaPhone()228 mCT = mTelephonyComponentFactory.makeGsmCdmaCallTracker(this); in initOnce()229 mIccPhoneBookIntManager = mTelephonyComponentFactory.makeIccPhoneBookInterfaceManager(this); in initOnce()233 mIccSmsInterfaceManager = mTelephonyComponentFactory.makeIccSmsInterfaceManager(this); in initOnce()234 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId); in initOnce()246 mCdmaSSM = mTelephonyComponentFactory.getCdmaSubscriptionSourceManagerInstance(mContext, in initOnce()248 mEriManager = mTelephonyComponentFactory.makeEriManager(this, mContext, in initOnce()
256 protected TelephonyComponentFactory mTelephonyComponentFactory; field in Phone490 mTelephonyComponentFactory = telephonyComponentFactory; in Phone()491 mSmsStorageMonitor = mTelephonyComponentFactory.makeSmsStorageMonitor(this); in Phone()492 mSmsUsageMonitor = mTelephonyComponentFactory.makeSmsUsageMonitor(context); in Phone()