Searched refs:mIsVideoCall (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 200 private boolean mIsVideoCall; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment 224 mIsVideoCall = getArguments().getBoolean(ARG_IS_VIDEO_CALL); in onCreateDialog() 253 mInteractionType, mIsVideoCall, mCallInitiationType); in onClick() 299 private boolean mIsVideoCall; field in PhoneNumberInteraction 321 mIsVideoCall = isVideoCall; in PhoneNumberInteraction() 325 PhoneNumberInteraction.performAction(mContext, phoneNumber, mInteractionType, mIsVideoCall, in performAction() 510 phoneList, mInteractionType, mIsVideoCall, mCallInitiationType); in showDisambiguationDialog() local
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
D | IntentUtil.java | 45 private boolean mIsVideoCall = false; field in IntentUtil.CallIntentBuilder 66 mIsVideoCall = isVideoCall; in setIsVideoCall() 74 mIsVideoCall ? VideoProfile.STATE_BIDIRECTIONAL : VideoProfile.STATE_AUDIO_ONLY, in build()
|