Home
last modified time | relevance | path

Searched defs:maxActivePhones (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSwitcherTest.java133 final int maxActivePhones = 1; in testRegister() local
315 final int maxActivePhones = 1; in testPrioritization() local
352 final int maxActivePhones = 1; in testHigherPriorityDefault() local
394 final int maxActivePhones = 1; in testSetPreferredData() local
430 final int maxActivePhones = 1; in testSetPreferredDataModemCommand() local
503 final int maxActivePhones = 1; in testSetPreferredDataWithValidation() local
553 final int maxActivePhones = 1; in testNonDefaultDataPhoneInCall() local
600 final int maxActivePhones = 1; in testNetworkRequestOnNonDefaultData() local
628 final int maxActivePhones = 1; in testEmergencyOverrideSuccessBeforeCallStarts() local
657 final int maxActivePhones = 1; in testEmergencyOverrideNoDdsChange() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java268 int maxActivePhones = sPhoneConfigurationManager in makeDefaultPhone() local
DPhoneSwitcher.java283 public static PhoneSwitcher make(int maxActivePhones, int numPhones, Context context, in make()
334 public PhoneSwitcher(int maxActivePhones, int numPhones, Context context, in PhoneSwitcher()