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