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.java493 public PhoneSwitcher makePhoneSwitcher(int maxDataAttachModemCount, Context context,
495 return PhoneSwitcher.make(maxDataAttachModemCount, context, looper, featureFlags);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java421 public static PhoneSwitcher make(int maxDataAttachModemCount, Context context, Looper looper, in make() argument
424 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper, flags); in make()