Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellularNetworkValidatorTest.java72 doReturn(CAPABILITY_WITH_VALIDATION_SUPPORTED).when(mPhoneConfigurationManager) in setUp()
92 doReturn(CAPABILITY_WITH_VALIDATION_SUPPORTED).when(mPhoneConfigurationManager) in testValidationSupported()
96 doReturn(CAPABILITY_WITHOUT_VALIDATION_SUPPORTED).when(mPhoneConfigurationManager) in testValidationSupported()
H A DCarrierServiceBindHelperTest.java53 clearInvocations(mPhoneConfigurationManager); in testMultiSimConfigChanged()
H A DTelephonyTest.java294 protected PhoneConfigurationManager mPhoneConfigurationManager; field in TelephonyTest
741 mPhoneConfigurationManager); in setUp()
H A DPhoneSwitcherTest.java137 doReturn(phoneCapability).when(mPhoneConfigurationManager).getCurrentPhoneCapability(); in setUp()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java370 private PhoneConfigurationManager mPhoneConfigurationManager; field in PhoneInterfaceManager
1668 mPhoneConfigurationManager.addToPhoneStatusCache(phoneId, msg.arg1 == 1); in handleMessage()
1690 mPhoneConfigurationManager.addToPhoneStatusCache(id, in handleMessage()
2267 mPhoneConfigurationManager = PhoneConfigurationManager.getInstance(); in PhoneInterfaceManager()
8986 return mPhoneConfigurationManager.getNumberOfModemsWithSimultaneousDataConnections(); in getNumberOfModemsWithSimultaneousDataConnections()
9291 return mPhoneConfigurationManager.getPhoneStatusFromCache(phone.getPhoneId()); in isModemEnabledForSlot()
9342 mPhoneConfigurationManager.getStaticPhoneCapability(); in isMultiSimSupportedInternal()
9382 mPhoneConfigurationManager.switchMultiSimConfig(numOfSims); in switchMultiSimConfig()
9429 return mPhoneConfigurationManager.isRebootRequiredForModemConfigChange(); in doesSwitchMultiSimConfigTriggerReboot()
10900 return mPhoneConfigurationManager.getCurrentPhoneCapability(); in getPhoneCapability()