Searched refs:visibleActionCount (Results 1 – 1 of 1) sorted by relevance
219 int visibleActionCount = NotificationCompat.getActionCount(notification); in getAllActions() local220 for (int i = 0; i < visibleActionCount; i++) { in getAllActions()