Searched refs:mPhoneConfigurationManager (Results 1 – 4 of 4) 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()
273 protected PhoneConfigurationManager mPhoneConfigurationManager; field in TelephonyTest661 mPhoneConfigurationManager); in setUp()
120 doReturn(phoneCapability).when(mPhoneConfigurationManager).getCurrentPhoneCapability(); in setUp()