Home
last modified time | relevance | path

Searched refs:ACTION_CALL_WITH_SUBJECT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java97 public static final int ACTION_CALL_WITH_SUBJECT = 3; field in ExpandingEntryCardView.Entry
734 } else if (entry.getThirdAction() == Entry.ACTION_CALL_WITH_SUBJECT) { in createEntryView()
DQuickContactActivity.java1569 thirdAction = Entry.ACTION_CALL_WITH_SUBJECT; in dataItemToEntry()