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

/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java71 public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> { class in inherits:OnLoadCompleteListener
72 private static final String TAG = PhoneNumberInteraction.class.getSimpleName();
178 * {@link PhoneNumberInteraction#startInteractionForPhoneCall(TransactionSafeActivity, Uri)} or
179 * {@link PhoneNumberInteraction#startInteractionForTextMessage(TransactionSafeActivity, Uri)}
241 PhoneNumberInteraction.performAction(activity, phoneItem.phoneNumber,
276 * Constructs a new {@link PhoneNumberInteraction}. The constructor takes in a {@link Context}
278 * of this class. However, all factory methods for creating {@link PhoneNumberInteraction}s
282 /* package */ PhoneNumberInteraction(Context context, int interactionType, method in class:PhoneNumberInteraction
287 private PhoneNumberInteraction(Context context, int interactionType, method in class:PhoneNumberInteraction
296 PhoneNumberInteraction
[all...]

Completed in 126 milliseconds