Searched refs:sPhoneSwitcher (Results 1 – 2 of 2) sorted by relevance
91 static private PhoneSwitcher sPhoneSwitcher; field in PhoneFactory271 sPhoneSwitcher = PhoneSwitcher.make(maxActivePhones, numPhones, in makeDefaultPhone()276 sUiccController, sCommandsInterfaces, sPhoneSwitcher); in makeDefaultPhone()517 sPhoneSwitcher.dump(fd, pw, args); in dump()
173 private static PhoneSwitcher sPhoneSwitcher = null; field in PhoneSwitcher277 return sPhoneSwitcher; in getInstance()286 if (sPhoneSwitcher == null) { in make()287 sPhoneSwitcher = new PhoneSwitcher(maxActivePhones, numPhones, context, in make()291 return sPhoneSwitcher; in make()