Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellularNetworkValidatorTest.java73 .getCurrentPhoneCapability(); in setUp()
93 .getCurrentPhoneCapability(); in testValidationSupported()
97 .getCurrentPhoneCapability(); in testValidationSupported()
H A DPhoneSwitcherTest.java137 doReturn(phoneCapability).when(mPhoneConfigurationManager).getCurrentPhoneCapability(); in setUp()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellularNetworkValidator.java237 return PhoneConfigurationManager.getInstance().getCurrentPhoneCapability()
H A DPhoneConfigurationManager.java310 public PhoneCapability getCurrentPhoneCapability() { in getCurrentPhoneCapability() method in PhoneConfigurationManager
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java10900 return mPhoneConfigurationManager.getCurrentPhoneCapability(); in getPhoneCapability()