Home
last modified time | relevance | path

Searched refs:PhoneNumberInteraction (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DCallContactActivity.java27 import com.android.dialer.interactions.PhoneNumberInteraction;
28 import com.android.dialer.interactions.PhoneNumberInteraction.InteractionErrorCode;
35 implements PhoneNumberInteraction.DisambigDialogDismissedListener,
36 PhoneNumberInteraction.InteractionErrorListener,
75 PhoneNumberInteraction.startInteractionForPhoneCall( in makeCall()
130 case PhoneNumberInteraction.REQUEST_READ_CONTACTS: in onRequestPermissionsResult()
131 case PhoneNumberInteraction.REQUEST_CALL_PHONE: in onRequestPermissionsResult()
/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java82 public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> { class
84 private static final String TAG = PhoneNumberInteraction.class.getSimpleName();
157 private PhoneNumberInteraction( in PhoneNumberInteraction() method in PhoneNumberInteraction
205 new PhoneNumberInteraction( in startInteractionForPhoneCall()
211 PhoneNumberInteraction.performAction( in performAction()
561 PhoneNumberInteraction.performAction( in onClick()
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java102 import com.android.dialer.interactions.PhoneNumberInteraction;
103 import com.android.dialer.interactions.PhoneNumberInteraction.InteractionErrorCode;
151 PhoneNumberInteraction.InteractionErrorListener,
152 PhoneNumberInteraction.DisambigDialogDismissedListener,
1433 PhoneNumberInteraction.startInteractionForPhoneCall( in onPickDataUri()