Searched refs:isSipOptionsSupported (Results 1 – 4 of 4) sorted by relevance
200 boolean isSipOptionsSupported = UceUtils.isSipOptionsSupported(context, subId); in getCapabilityType()203 } else if (isSipOptionsSupported) { in getCapabilityType()
99 boolean isSipOptionsSupported(Context context, int subId); in isSipOptionsSupported() method134 public boolean isSipOptionsSupported(Context context, int subId) {135 return UceUtils.isSipOptionsSupported(context, subId);598 } else if (sUceUtilsProxy.isSipOptionsSupported(mContext, mSubId)) { in sendRequestInternal()
149 public static boolean isSipOptionsSupported(Context context, int subId) { in isSipOptionsSupported() method in UceUtils
406 public boolean isSipOptionsSupported(Context context, int subId) { in getUceUtilsProxy() method in UceRequestManagerTest