Home
last modified time | relevance | path

Searched refs:mCallSpecificAppData (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java113 private final CallSpecificAppData mCallSpecificAppData; field in PhoneNumberInteraction
161 mCallSpecificAppData = callSpecificAppData; in PhoneNumberInteraction()
209 mContext, phoneNumber, mInteractionType, mIsVideoCall, mCallSpecificAppData); in performAction()
362 mCallSpecificAppData); in showDisambiguationDialog() local
488 private CallSpecificAppData mCallSpecificAppData; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment
519 mCallSpecificAppData = CallIntentParser.getCallSpecificAppData(getArguments()); in onCreateDialog()
553 activity, phoneItem.phoneNumber, mInteractionType, mIsVideoCall, mCallSpecificAppData); in onClick()