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.java1398 int thirdAction = Entry.ACTION_NONE; in dataItemToEntry() local
1569 thirdAction = Entry.ACTION_CALL_WITH_SUBJECT; in dataItemToEntry()
1591 thirdAction = Entry.ACTION_INTENT; in dataItemToEntry()
1600 thirdAction = Entry.ACTION_INTENT; in dataItemToEntry()
1788 entryContextMenuInfo, thirdIcon, thirdIntent, thirdContentDescription, thirdAction, in dataItemToEntry()
DExpandingEntryCardView.java128 String thirdContentDescription, int thirdAction, Bundle thirdExtras, in Entry() argument
148 mThirdAction = thirdAction; in Entry()