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

  /packages/apps/Car/Dialer/src/com/android/car/dialer/
TelecomIntents.java 22 public class TelecomIntents {
23 private TelecomIntents() {}
ContactResultViewHolder.java 63 intent.setAction(TelecomIntents.ACTION_SHOW_CONTACT_DETAILS);
64 intent.putExtra(TelecomIntents.CONTACT_LOOKUP_URI_EXTRA, details.lookupUri.toString());
ContactSearchActivity.java 146 case TelecomIntents.ACTION_SHOW_CONTACT_DETAILS:
152 TelecomIntents.CONTACT_LOOKUP_URI_EXTRA));

Completed in 71 milliseconds