Searched refs:rawLabel (Results 1 – 1 of 1) sorted by relevance
333 String[] rawLabel = card.getLabel().toString().split("\\n"); in getLabelText() local334 return rawLabel.length == 2 ? rawLabel[0] : card.getLabel(); in getLabelText()339 String[] rawLabel = card.getLabel().toString().split("\\n"); in getActionButtonText() local340 return rawLabel.length == 2 ? rawLabel[1] : null; in getActionButtonText()