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

  /packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java 45 private boolean mIsVideoCall = false;
66 mIsVideoCall = isVideoCall;
74 mIsVideoCall ? VideoProfile.STATE_BIDIRECTIONAL : VideoProfile.STATE_AUDIO_ONLY,
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 200 private boolean mIsVideoCall;
224 mIsVideoCall = getArguments().getBoolean(ARG_IS_VIDEO_CALL);
253 mInteractionType, mIsVideoCall, mCallInitiationType);
299 private boolean mIsVideoCall;
321 mIsVideoCall = isVideoCall;
325 PhoneNumberInteraction.performAction(mContext, phoneNumber, mInteractionType, mIsVideoCall,
510 phoneList, mInteractionType, mIsVideoCall, mCallInitiationType);

Completed in 65 milliseconds