Searched refs:isPresenceSupported (Results 1 – 5 of 5) sorted by relevance
199 boolean isPresenceSupported = UceUtils.isPresenceSupported(context, subId); in getCapabilityType()201 if (isPresenceSupported) { in getCapabilityType()
94 boolean isPresenceSupported(Context context, int subId); in isPresenceSupported() method129 public boolean isPresenceSupported(Context context, int subId) {130 return UceUtils.isPresenceSupported(context, subId);595 sUceUtilsProxy.isPresenceSupported(mContext, mSubId)) { in sendRequestInternal()
228 boolean presenceSupported = isPresenceSupported(newSubId); in updateCapabilities()487 private boolean isPresenceSupported(int subId) { in isPresenceSupported() method in RcsFeatureManager
134 public static boolean isPresenceSupported(Context context, int subId) { in isPresenceSupported() method in UceUtils
401 public boolean isPresenceSupported(Context context, int subId) { in getUceUtilsProxy() method in UceRequestManagerTest