Home
last modified time | relevance | path

Searched refs:Rec (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
DPendingList.java77 private static class Rec { class in PendingList
81 Rec(IncidentManager.PendingReport r, String l) { in Rec() method in PendingList.Rec
143 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()