HomeSort by relevance Sort by last modified time
    Searched refs:canVideoPause (Results 1 - 2 of 2) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
VideoPauseController.java 171 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(mPrimaryCallContext))
    [all...]
CallUtils.java 72 public static boolean canVideoPause(Call call) {

Completed in 416 milliseconds