Searched refs:notificationRecs (Results 1 – 1 of 1) sorted by relevance
171 final List<Rec> notificationRecs = new ArrayList(); in updateState() local175 notificationRecs.add(rec); in updateState()189 for (int i = 0; i < notificationRecs.size(); i++) { in updateState()190 Log.d(TAG, " [" + i + "] " + notificationRecs.get(i).report.getUri()); in updateState()202 showNotifications(notificationRecs); in updateState()