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

/packages/apps/Dialer/src/com/android/dialer/util/
H A DIntentUtil.java43 private int mCallInitiationType; field in class:IntentUtil.CallIntentBuilder
56 mCallInitiationType = initiationType;
75 mCallInitiationType);
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java199 private int mCallInitiationType; field in class:PhoneNumberInteraction.PhoneDisambiguationDialogFragment
223 mCallInitiationType = getArguments().getInt(ARG_CALL_INITIATION_TYPE);
253 mInteractionType, mIsVideoCall, mCallInitiationType);
292 private final int mCallInitiationType; field in class:PhoneNumberInteraction
320 mCallInitiationType = callInitiationType;
326 mCallInitiationType);
510 phoneList, mInteractionType, mIsVideoCall, mCallInitiationType);

Completed in 328 milliseconds