Searched refs:mPhoneFactoryProxy (Results 1 – 6 of 6) sorted by relevance
57 protected IccSmsInterfaceManager.PhoneFactoryProxy mPhoneFactoryProxy; field in IccSmsInterfaceManagerTest66 mPhoneFactoryProxy = mock(IccSmsInterfaceManager.PhoneFactoryProxy.class); in setUp()67 mIccSmsInterfaceManager.setPhoneFactoryProxy(mPhoneFactoryProxy); in setUp()163 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones); in testNotifyIfOutgoingEmergencySmsWithDualSim()
53 protected Connection.PhoneFactoryProxy mPhoneFactoryProxy; field in ConnectionTest140 mPhoneFactoryProxy = mock(Connection.PhoneFactoryProxy.class); in setUp()141 mTestConnection.setPhoneFactoryProxy(mPhoneFactoryProxy); in setUp()184 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones); in testSetEmergencyCallInfo()
215 private PhoneFactoryProxy mPhoneFactoryProxy = PhoneFactory::getPhones; field in EmergencyStateTracker535 mPhoneFactoryProxy = phoneFactoryProxy; in EmergencyStateTracker()1529 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in isRadioOn()1539 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in isPowerOff()1548 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in registerForVoiceRegStateOrRatChanged()1557 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in unregisterForVoiceRegStateOrRatChanged()1977 Phone[] phones = mPhoneFactoryProxy.getPhones(); in maybeRejectIncomingCall()2027 Phone[] phones = mPhoneFactoryProxy.getPhones(); in registerForNewRingingConnection()2148 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in isThereOtherPhone()
352 private PhoneFactoryProxy mPhoneFactoryProxy = new PhoneFactoryProxy() { field in Connection374 mPhoneFactoryProxy = proxy; in setPhoneFactoryProxy()645 Phone[] allPhones = mPhoneFactoryProxy.getPhones(); in setEmergencyCallInfo()
191 private PhoneFactoryProxy mPhoneFactoryProxy = new PhoneFactoryProxy() { field in IccSmsInterfaceManager213 mPhoneFactoryProxy = proxy; in setPhoneFactoryProxy()1507 Phone[] allPhones = mPhoneFactoryProxy.getPhones(); in notifyIfOutgoingEmergencySms()
109 @Mock EmergencyStateTracker.PhoneFactoryProxy mPhoneFactoryProxy; field in EmergencyStateTrackerTest3381 isSuplDdsSwitchRequiredForEmergencyCall, mPhoneFactoryProxy, mPhoneSwitcherProxy, in setupEmergencyStateTracker()3397 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones.toArray(new Phone[phones.size()])); in setupTestPhoneForEmergencyCall()3403 Phone[] phones = mPhoneFactoryProxy.getPhones(); in getPhone()