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.java96 static private PhoneSwitcher sPhoneSwitcher; field in PhoneFactory
262 sPhoneSwitcher = TelephonyComponentFactory.getInstance().inject( in makeDefaultPhone()
552 sPhoneSwitcher.dump(fd, pw, args); in dump()
DPhoneSwitcher.java207 protected static PhoneSwitcher sPhoneSwitcher = null; field in PhoneSwitcher
370 return sPhoneSwitcher; in getInstance()
377 if (sPhoneSwitcher == null) { in make()
378 sPhoneSwitcher = new PhoneSwitcher(maxDataAttachModemCount, context, looper); in make()
382 return sPhoneSwitcher; in make()