Searched refs:VIDEO_CALLING_PRESENCE (Results 1 – 6 of 6) sorted by relevance
42 public static final int VIDEO_CALLING_PRESENCE = 2; field in CallUtil82 videoCapabilities |= VIDEO_CALLING_PRESENCE; in getVideoCallingAvailability()
67 public static final int VIDEO_CALLING_PRESENCE = 2; field in CallUtil177 videoCapabilities |= VIDEO_CALLING_PRESENCE; in getVideoCallingAvailability()
86 return (videoAvailability & CallUtil.VIDEO_CALLING_PRESENCE) != 0; in canRelyOnVideoPresence()
452 ((carrierVideoAvailability & CallUtil.VIDEO_CALLING_PRESENCE) in canPlaceCarrierVideoCall()453 == CallUtil.VIDEO_CALLING_PRESENCE); in canPlaceCarrierVideoCall()
187 mIsPresenceEnabled = (videoCapabilities & CallUtil.VIDEO_CALLING_PRESENCE) != 0; in PhoneNumberListAdapter()
1566 (videoCapability & CallUtil.VIDEO_CALLING_PRESENCE) != 0; in dataItemToEntry()