Searched refs:sPhoneSwitcher (Results 1 – 2 of 2) sorted by relevance
96 static private PhoneSwitcher sPhoneSwitcher; field in PhoneFactory262 sPhoneSwitcher = TelephonyComponentFactory.getInstance().inject( in makeDefaultPhone()552 sPhoneSwitcher.dump(fd, pw, args); in dump()
207 protected static PhoneSwitcher sPhoneSwitcher = null; field in PhoneSwitcher370 return sPhoneSwitcher; in getInstance()377 if (sPhoneSwitcher == null) { in make()378 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper); in make()382 return sPhoneSwitcher; in make()