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

  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
CallContactActivity.java 27 import com.android.dialer.interactions.PhoneNumberInteraction;
28 import com.android.dialer.interactions.PhoneNumberInteraction.InteractionErrorCode;
35 implements PhoneNumberInteraction.DisambigDialogDismissedListener,
36 PhoneNumberInteraction.InteractionErrorListener,
75 PhoneNumberInteraction.startInteractionForPhoneCall(
130 case PhoneNumberInteraction.REQUEST_READ_CONTACTS:
131 case PhoneNumberInteraction.REQUEST_CALL_PHONE:
  /packages/apps/Dialer/java/com/android/dialer/interactions/
PhoneNumberInteraction.java 79 public class PhoneNumberInteraction implements OnLoadCompleteListener<Cursor> {
81 private static final String TAG = PhoneNumberInteraction.class.getSimpleName();
154 private PhoneNumberInteraction(
202 new PhoneNumberInteraction(
208 PhoneNumberInteraction.performAction(
223 LogUtil.i("PhoneNumberInteraction.startInteraction", "No phone permissions");
230 LogUtil.i("PhoneNumberInteraction.startInteraction", "No contact permissions");
266 LogUtil.i("PhoneNumberInteraction.onLoadComplete", "null cursor");
274 LogUtil.i("PhoneNumberInteraction.onLoadComplete", "not safe to commit transaction");
353 LogUtil.i("PhoneNumberInteraction.showDisambiguationDialog", "activity destroyed")
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java 97 import com.android.dialer.interactions.PhoneNumberInteraction;
98 import com.android.dialer.interactions.PhoneNumberInteraction.InteractionErrorCode;
141 PhoneNumberInteraction.InteractionErrorListener,
142 PhoneNumberInteraction.DisambigDialogDismissedListener,
    [all...]

Completed in 264 milliseconds