Searched refs:isVideoEnabled (Results 1 – 10 of 10) sorted by relevance
98 public static boolean isVideoEnabled(Context context) { in isVideoEnabled() method in CallUtil99 boolean isVideoEnabled = (getVideoCallingAvailability(context) & VIDEO_CALLING_ENABLED) != 0; in isVideoEnabled()103 LogUtil.i("CallUtil.isVideoEnabled", "isVideoEnabled: " + isVideoEnabled); in isVideoEnabled()105 cachedIsVideoEnabledState = isVideoEnabled; in isVideoEnabled()106 } else if (cachedIsVideoEnabledState != isVideoEnabled) { in isVideoEnabled()111 isVideoEnabled); in isVideoEnabled()112 cachedIsVideoEnabledState = isVideoEnabled; in isVideoEnabled()115 return isVideoEnabled; in isVideoEnabled()
212 appContext.getResources(), cursor, CallUtil.isVideoEnabled(appContext)); in insertNewContactEntry()437 appContext.getResources(), cursor, CallUtil.isVideoEnabled(appContext)); in getSpeedDialUiItemsFromEntries()553 appContext.getResources(), cursor, CallUtil.isVideoEnabled(appContext))); in getStarredContacts()
75 if (!CallUtil.isVideoEnabled(context)) { in isAvailable()
1197 boolean isVideoEnabled, in updateBlurredImageView() argument1202 if (isVideoEnabled || context == null) { in updateBlurredImageView()
515 if (CallUtil.isVideoEnabled(getContext())) { in getActions()
379 mIsVideoCapable = mPhone.isVideoEnabled(); in buildPstnPhoneAccount()
1562 boolean isVideoEnabled = (videoCapability & CallUtil.VIDEO_CALLING_ENABLED) != 0; in dataItemToEntry()1589 } else if (isVideoEnabled && (!isPresenceEnabled || isPresent)) { in dataItemToEntry()
694 if (CallUtil.isVideoEnabled(context) in bindActionButtons()
1361 boolean availableVt = mPhone.isVideoEnabled();
7566 return phone.isVideoEnabled(); in isVideoTelephonyAvailable()