Searched refs:maxDataAttachModemCount (Results 1 – 2 of 2) sorted by relevance
431 public PhoneSwitcher makePhoneSwitcher(int maxDataAttachModemCount, Context context,433 return PhoneSwitcher.make(maxDataAttachModemCount, context, looper);
312 public static PhoneSwitcher make(int maxDataAttachModemCount, Context context, Looper looper) { in make() argument314 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper); in make()