Searched refs:phoneMgr (Results 1 – 4 of 4) sorted by relevance
104 if (PhoneGlobals.getInstance().phoneMgr.isTtyModeSupported() && isTtySupportedByCarrier()) { in onCreate()111 if (PhoneGlobals.getInstance().phoneMgr.isHearingAidCompatibilitySupported()) { in onCreate()270 if (PhoneGlobals.getInstance().phoneMgr.isRttSupported(subId)) { in shouldShowRttSetting()
130 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr.isRttSupported( in shouldHideHcoAndVco()
166 public PhoneInterfaceManager phoneMgr; field in PhoneGlobals633 phoneMgr = PhoneInterfaceManager.init(this, mFeatureFlags); in onCreate()
1058 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()