Searched refs:Rec (Results 1 – 1 of 1) sorted by relevance
77 private static class Rec { class in PendingList81 Rec(IncidentManager.PendingReport r, String l) { in Rec() method in PendingList.Rec143 final List<Rec> recs = new ArrayList(); in updateState()155 recs.add(new Rec(report, label)); in updateState()170 Rec firstDialog = null; in updateState()171 final List<Rec> notificationRecs = new ArrayList(); in updateState()174 final Rec rec = recs.get(i); in updateState()238 private void showNotifications(List<Rec> recs) { in showNotifications()243 final Rec rec = recs.get(i); in showNotifications()306 private Intent newDialogIntent(Rec rec) { in newDialogIntent()