Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java67 public class VendorPhoneSwitcher extends PhoneSwitcher { class
99 public VendorPhoneSwitcher(int maxActivePhones, Context context, Looper looper) { in VendorPhoneSwitcher() method in VendorPhoneSwitcher
133 public static VendorPhoneSwitcher make(int maxActivePhones, Context context, Looper looper) { in make()
135 sPhoneSwitcher = new VendorPhoneSwitcher(maxActivePhones, context, looper); in make()
138 return (VendorPhoneSwitcher)sPhoneSwitcher; in make()