Searched refs:maxDataAttachModemCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyComponentFactory.java | 493 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/ |
D | PhoneSwitcher.java | 421 public static PhoneSwitcher make(int maxDataAttachModemCount, Context context, Looper looper, in make() argument 424 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper, flags); in make()
|