Home
last modified time | relevance | path

Searched refs:maxDataAttachModemCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java431 public PhoneSwitcher makePhoneSwitcher(int maxDataAttachModemCount, Context context,
433 return PhoneSwitcher.make(maxDataAttachModemCount, context, looper);
DPhoneSwitcher.java312 public static PhoneSwitcher make(int maxDataAttachModemCount, Context context, Looper looper) { in make() argument
314 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper); in make()