Searched refs:imsMgr (Results 1 – 2 of 2) sorted by relevance
109 ImsManager imsMgr = ImsManager.getInstance(context, phoneId); in isWifiCallingEnabled() local110 isWifiCallingEnabled = imsMgr != null in isWifiCallingEnabled()111 && imsMgr.isWfcEnabledByPlatform() in isWifiCallingEnabled()112 && imsMgr.isWfcProvisionedOnDevice() in isWifiCallingEnabled()113 && isImsServiceStateReady(imsMgr); in isWifiCallingEnabled()156 public static boolean isImsServiceStateReady(ImsManager imsMgr) { in isImsServiceStateReady() argument160 if (imsMgr != null && imsMgr.getImsServiceState() == ImsFeature.STATE_READY) { in isImsServiceStateReady()
150 final ImsManager imsMgr = ImsManager.getInstance(context, phoneId); in isWifiCallingEnabled() local151 isWifiCallingEnabled = imsMgr != null in isWifiCallingEnabled()152 && imsMgr.isWfcEnabledByPlatform() in isWifiCallingEnabled()154 && isImsServiceStateReady(imsMgr); in isWifiCallingEnabled()271 public static boolean isImsServiceStateReady(ImsManager imsMgr) { in isImsServiceStateReady() argument275 if (imsMgr != null && imsMgr.getImsServiceState() == ImsFeature.STATE_READY) { in isImsServiceStateReady()