Searched defs:mInteractionType (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/interactions/ | ||
H A D | PhoneNumberInteraction.java | 153 private final int mInteractionType; field in class:PhoneNumberInteraction.PhoneItemAdapter 158 mInteractionType = interactionType; 168 item.label, mInteractionType, getContext()); 193 private int mInteractionType; field in class:PhoneNumberInteraction.PhoneDisambiguationDialogFragment 214 mInteractionType = getArguments().getInt(ARG_INTERACTION_TYPE); 217 mPhonesAdapter = new PhoneItemAdapter(activity, mPhoneList, mInteractionType); 222 .setTitle(mInteractionType == ContactDisplayUtils.INTERACTION_SMS 244 mInteractionType, mCallOrigin); 281 private final int mInteractionType; field in class:PhoneNumberInteraction 306 mInteractionType [all...] |
Completed in 132 milliseconds