Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java99 public VendorPhoneSwitcher(int maxActivePhones, Context context, Looper looper) { in VendorPhoneSwitcher() argument
100 super (maxActivePhones, context, looper); in VendorPhoneSwitcher()
133 public static VendorPhoneSwitcher make(int maxActivePhones, Context context, Looper looper) { in make() argument
135 sPhoneSwitcher = new VendorPhoneSwitcher(maxActivePhones, context, looper); in make()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java238 int maxActivePhones = sPhoneConfigurationManager in makeDefaultPhone() local
243 makePhoneSwitcher(maxActivePhones, sContext, Looper.myLooper()); in makeDefaultPhone()
DPhoneSwitcher.java343 public PhoneSwitcher(int maxActivePhones, Context context, Looper looper) { in PhoneSwitcher() argument
349 mMaxDataAttachModemCount = maxActivePhones; in PhoneSwitcher()