Searched refs:mInteractionType (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 115 private final int mInteractionType; field in PhoneNumberInteraction 163 mInteractionType = interactionType; in PhoneNumberInteraction() 212 mContext, phoneNumber, mInteractionType, mIsVideoCall, mCallSpecificAppData); in performAction() 363 mInteractionType, in showDisambiguationDialog() local 446 private final int mInteractionType; field in PhoneNumberInteraction.PhoneItemAdapter 450 mInteractionType = interactionType; in PhoneItemAdapter() 462 (int) item.type, item.label, mInteractionType, getContext()); in getView() 488 private int mInteractionType; field in PhoneNumberInteraction.PhoneDisambiguationDialogFragment 520 mInteractionType = getArguments().getInt(ARG_INTERACTION_TYPE); in onCreateDialog() 524 mPhonesAdapter = new PhoneItemAdapter(activity, mPhoneList, mInteractionType); in onCreateDialog() [all …]
|