Searched refs:isPresenceGroupSubscribeEnabled (Results 1 – 3 of 3) sorted by relevance
104 boolean isPresenceGroupSubscribeEnabled(Context context, int subId); in isPresenceGroupSubscribeEnabled() method139 public boolean isPresenceGroupSubscribeEnabled(Context context, int subId) {140 return UceUtils.isPresenceGroupSubscribeEnabled(context, subId);681 if (!sUceUtilsProxy.isPresenceGroupSubscribeEnabled(mContext, mSubId)) { in createSubscribeRequestCoordinator()
166 public static boolean isPresenceGroupSubscribeEnabled(Context context, int subId) { in isPresenceGroupSubscribeEnabled() method in UceUtils
411 public boolean isPresenceGroupSubscribeEnabled(Context context, int subId) { in getUceUtilsProxy() method in UceRequestManagerTest