Searched refs:thirdIntent (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 1397 Intent thirdIntent = null; in dataItemToEntry() local 1592 thirdIntent = CallUtil.getVideoCallIntent(phone.getNumber(), in dataItemToEntry() 1594 thirdIntent.putExtra(EXTRA_ACTION_TYPE, ActionType.VIDEOCALL); in dataItemToEntry() 1601 thirdIntent = new Intent(TACHYON_CALL_ACTION); in dataItemToEntry() 1602 thirdIntent.setData( in dataItemToEntry() 1788 entryContextMenuInfo, thirdIcon, thirdIntent, thirdContentDescription, thirdAction, in dataItemToEntry()
|
D | ExpandingEntryCardView.java | 127 EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, in Entry() argument 146 mThirdIntent = thirdIntent; in Entry()
|