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.java425 public PhoneSwitcher makePhoneSwitcher(int maxDataAttachModemCount, Context context,
427 return PhoneSwitcher.make(maxDataAttachModemCount, context, looper);
DPhoneSwitcher.java320 public static PhoneSwitcher make(int maxDataAttachModemCount, Context context, Looper looper) { in make() argument
322 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper); in make()