Searched refs:lastRecipientChip (Results 1 – 1 of 1) sorted by relevance
1831 final DrawableRecipientChip lastRecipientChip = getLastChip(); in onKeyDown() local1841 if (keyCode == KeyEvent.KEYCODE_DEL && isHandled && lastRecipientChip != null) { in onKeyDown()1842 final RecipientEntry entry = lastRecipientChip.getEntry(); in onKeyDown()