Searched refs:maxActivePhones (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 99 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/ |
D | PhoneFactory.java | 238 int maxActivePhones = sPhoneConfigurationManager in makeDefaultPhone() local 243 makePhoneSwitcher(maxActivePhones, sContext, Looper.myLooper()); in makeDefaultPhone()
|
D | PhoneSwitcher.java | 343 public PhoneSwitcher(int maxActivePhones, Context context, Looper looper) { in PhoneSwitcher() argument 349 mMaxDataAttachModemCount = maxActivePhones; in PhoneSwitcher()
|