Home
last modified time | relevance | path

Searched refs:mPhoneConfigurationManager (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimultaneousCallingTracker.java60 private final PhoneConfigurationManager mPhoneConfigurationManager; field in SimultaneousCallingTracker
101 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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DCellularNetworkValidatorTest.java78 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()
DPhoneSwitcherTest.java184 doReturn(phoneCapability).when(mPhoneConfigurationManager).getCurrentPhoneCapability(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceBindHelperTest.java63 clearInvocations(mPhoneConfigurationManager); in testMultiSimConfigChanged()
DTelephonyTest.java262 protected PhoneConfigurationManager mPhoneConfigurationManager; field in TelephonyTest
549 mPhoneConfigurationManager = Mockito.mock(PhoneConfigurationManager.class); in setUp()
965 mPhoneConfigurationManager); in setUp()