Searched refs:VendorPhoneSwitcher (Results 1 – 1 of 1) sorted by relevance
67 public class VendorPhoneSwitcher extends PhoneSwitcher { class99 public VendorPhoneSwitcher(int maxActivePhones, Context context, Looper looper) { in VendorPhoneSwitcher() method in VendorPhoneSwitcher133 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()