Searched refs:mPhoneConfigurationManager (Results 1 – 5 of 5) sorted by relevance
60 private final PhoneConfigurationManager mPhoneConfigurationManager; field in SimultaneousCallingTracker101 mPhoneConfigurationManager = PhoneConfigurationManager.getInstance(); in SimultaneousCallingTracker()102 mPhoneConfigurationManager.addListener(mPhoneConfigurationManagerListener); in SimultaneousCallingTracker()235 if (mPhoneConfigurationManager.getNumberOfModemsWithSimultaneousVoiceConnections() > 1) { in checkSimultaneousCallingDeviceCapability()237 mPhoneConfigurationManager.registerForSimultaneousCellularCallingSlotsChanged( in checkSimultaneousCallingDeviceCapability()408 if (mPhoneConfigurationManager.isVirtualDsdaEnabled() || in generateSimultaneousCallSupportMap()454 mPhoneConfigurationManager.getSlotsSupportingSimultaneousCellularCalls(); in phonesSupportCellularSimultaneousCalling()
78 doReturn(CAPABILITY_WITH_VALIDATION_SUPPORTED).when(mPhoneConfigurationManager) in setUp()100 doReturn(CAPABILITY_WITH_VALIDATION_SUPPORTED).when(mPhoneConfigurationManager) in testValidationSupported()104 doReturn(CAPABILITY_WITHOUT_VALIDATION_SUPPORTED).when(mPhoneConfigurationManager) in testValidationSupported()
184 doReturn(phoneCapability).when(mPhoneConfigurationManager).getCurrentPhoneCapability(); in setUp()
63 clearInvocations(mPhoneConfigurationManager); in testMultiSimConfigChanged()
262 protected PhoneConfigurationManager mPhoneConfigurationManager; field in TelephonyTest549 mPhoneConfigurationManager = Mockito.mock(PhoneConfigurationManager.class); in setUp()965 mPhoneConfigurationManager); in setUp()