Searched refs:isPresenceCapExchangeEnabled (Results 1 – 3 of 3) sorted by relevance
89 boolean isPresenceCapExchangeEnabled(Context context, int subId); in isPresenceCapExchangeEnabled() method124 public boolean isPresenceCapExchangeEnabled(Context context, int subId) {125 return UceUtils.isPresenceCapExchangeEnabled(context, subId);594 if (sUceUtilsProxy.isPresenceCapExchangeEnabled(mContext, mSubId) && in sendRequestInternal()
118 public static boolean isPresenceCapExchangeEnabled(Context context, int subId) { in isPresenceCapExchangeEnabled() method in UceUtils
396 public boolean isPresenceCapExchangeEnabled(Context context, int subId) { in getUceUtilsProxy()