Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java91 static private PhoneSwitcher sPhoneSwitcher; field in PhoneFactory
271 sPhoneSwitcher = PhoneSwitcher.make(maxActivePhones, numPhones, in makeDefaultPhone()
276 sUiccController, sCommandsInterfaces, sPhoneSwitcher); in makeDefaultPhone()
517 sPhoneSwitcher.dump(fd, pw, args); in dump()
DPhoneSwitcher.java173 private static PhoneSwitcher sPhoneSwitcher = null; field in PhoneSwitcher
277 return sPhoneSwitcher; in getInstance()
286 if (sPhoneSwitcher == null) { in make()
287 sPhoneSwitcher = new PhoneSwitcher(maxActivePhones, numPhones, context, in make()
291 return sPhoneSwitcher; in make()