Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1628 int thirdAction = Entry.ACTION_NONE; in dataItemToEntry() local
1799 thirdAction = Entry.ACTION_CALL_WITH_SUBJECT; in dataItemToEntry()
1821 thirdAction = Entry.ACTION_INTENT; in dataItemToEntry()
1830 thirdAction = Entry.ACTION_INTENT; in dataItemToEntry()
2018 entryContextMenuInfo, thirdIcon, thirdIntent, thirdContentDescription, thirdAction, in dataItemToEntry()
DExpandingEntryCardView.java128 String thirdContentDescription, int thirdAction, Bundle thirdExtras, in Entry() argument
148 mThirdAction = thirdAction; in Entry()