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()263 if (PhoneGlobals.getInstance().phoneMgr.isRttSupported(subId)) { in shouldShowRttSetting()
130 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr.isRttSupported( in shouldHideHcoAndVco()
154 public PhoneInterfaceManager phoneMgr; field in PhoneGlobals391 phoneMgr = PhoneInterfaceManager.init(this); in onCreate()
865 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()