HomeSort by relevance Sort by last modified time
    Searched defs:PhoneNumberInteraction (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 71 public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> {
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,
287 private PhoneNumberInteraction(Context context, int interactionType,
296 PhoneNumberInteraction.performAction(mContext, phoneNumber, mInteractionType, mCallOrigin)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 85 import com.android.dialer.interactions.PhoneNumberInteraction;
    [all...]

Completed in 47 milliseconds