Searched refs:PhoneConfigurationManager (Results 1 – 7 of 7) sorted by relevance
41 public class PhoneConfigurationManager { class52 private static PhoneConfigurationManager sInstance = null;64 public static PhoneConfigurationManager init(Context context) { in init()65 synchronized (PhoneConfigurationManager.class) { in init()67 sInstance = new PhoneConfigurationManager(context); in init()79 private PhoneConfigurationManager(Context context) { in PhoneConfigurationManager() method in PhoneConfigurationManager114 public static PhoneConfigurationManager getInstance() { in getInstance()
98 return PhoneConfigurationManager.getInstance().getCurrentPhoneCapability() in isValidationFeatureSupported()
90 static private PhoneConfigurationManager sPhoneConfigurationManager;264 sPhoneConfigurationManager = PhoneConfigurationManager.init(sContext); in makeDefaultPhone()
3472 return isActiveSubId(subId) && PhoneConfigurationManager.getInstance() in isSubscriptionEnabled()
240 protected PhoneConfigurationManager mPhoneConfigurationManager;579 replaceInstance(PhoneConfigurationManager.class, "sInstance", null, in setUp()
294 com.android.internal.telephony.PhoneConfigurationManager
4830 com.android.internal.telephony.PhoneConfigurationManager$MainThreadHandler4831 com.android.internal.telephony.PhoneConfigurationManager