Searched refs:canVideoPause (Results 1 - 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoPauseController.java171 boolean canVideoPause = CallUtils.canVideoPause(call);
173 log("onStateChange, canVideoPause=" + canVideoPause);
181 if (isDialing(mPrimaryCallContext) && canVideoPause && mIsInBackground) {
185 } else if (!isVideoCall(mPrimaryCallContext) && canVideoPause && mIsInBackground) {
209 final boolean canVideoPause = CallUtils.canVideoPause(call);
212 && canVideoPause && !mIsInBackground) {
216 } else if (isIncomingCall(call) && canVideoPause(mPrimaryCallContex
399 private static boolean canVideoPause(CallContext callContext) { method in class:VideoPauseController
[all...]
H A DCallUtils.java72 public static boolean canVideoPause(Call call) { method in class:CallUtils

Completed in 62 milliseconds