Searched refs:mPhoneConfigurationManager (Results 1 – 5 of 5) sorted by relevance
72 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()
53 clearInvocations(mPhoneConfigurationManager); in testMultiSimConfigChanged()
294 protected PhoneConfigurationManager mPhoneConfigurationManager; field in TelephonyTest741 mPhoneConfigurationManager); in setUp()
137 doReturn(phoneCapability).when(mPhoneConfigurationManager).getCurrentPhoneCapability(); in setUp()
370 private PhoneConfigurationManager mPhoneConfigurationManager; field in PhoneInterfaceManager1668 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()