Searched defs:PhoneNumberInteraction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DPhoneNumberInteraction.java69 public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> { class in inherits:OnLoadCompleteListener
70 private static final String TAG = PhoneNumberInteraction.class.getSimpleName();
187 * {@link PhoneNumberInteraction#startInteractionForPhoneCall(TransactionSafeActivity, Uri)} or
188 * {@link PhoneNumberInteraction#startInteractionForTextMessage(TransactionSafeActivity, Uri)}
248 PhoneNumberInteraction.performAction(getActivity(), phoneItem.phoneNumber,
278 * Constructs a new {@link PhoneNumberInteraction}. The constructor takes in a {@link Context}
280 * of this class. However, all factory methods for creating {@link PhoneNumberInteraction}s
284 /* package */ PhoneNumberInteraction(Context context, InteractionType interactionType, method in class:PhoneNumberInteraction
289 private PhoneNumberInteraction(Context context, InteractionType interactionType, method in class:PhoneNumberInteraction
298 PhoneNumberInteraction
[all...]

Completed in 73 milliseconds