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

/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java73 public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> { class in inherits:OnLoadCompleteListener
74 private static final String TAG = PhoneNumberInteraction.class.getSimpleName();
180 * {@link PhoneNumberInteraction#startInteractionForPhoneCall(TransactionSafeActivity, Uri)} or
181 * {@link PhoneNumberInteraction#startInteractionForTextMessage(TransactionSafeActivity, Uri)}
243 PhoneNumberInteraction.performAction(activity, phoneItem.phoneNumber,
292 * Constructs a new {@link PhoneNumberInteraction}. The constructor takes in a {@link Context}
294 * of this class. However, all factory methods for creating {@link PhoneNumberInteraction}s
298 /* package */ PhoneNumberInteraction(Context context, int interactionType, method in class:PhoneNumberInteraction
303 private PhoneNumberInteraction(Context context, int interactionType, method in class:PhoneNumberInteraction
312 PhoneNumberInteraction
[all...]

Completed in 339 milliseconds