Home
last modified time | relevance | path

Searched defs:mIsVideoCall (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java200 private boolean mIsVideoCall; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment
299 private boolean mIsVideoCall; field in PhoneNumberInteraction
510 phoneList, mInteractionType, mIsVideoCall, mCallInitiationType); in showDisambiguationDialog() local
/packages/apps/Dialer/src/com/android/dialer/util/
DIntentUtil.java45 private boolean mIsVideoCall = false; field in IntentUtil.CallIntentBuilder