Searched refs:ChangeRec (Results 1 – 2 of 2) sorted by relevance
2878 private static ArrayList<ChangeRec> addChange(ArrayList<ChangeRec> reports, in addChange()2886 ChangeRec report = reports.get(j); in addChange()2901 HashMap<ModeCallback, ArrayList<ChangeRec>> callbacks, in addCallbacks()2912 ArrayList<ChangeRec> reports = callbacks.get(cb); in addCallbacks()2921 static final class ChangeRec { class in AppOpsService2927 ChangeRec(int _op, int _uid, String _pkg, int _previous_mode) { in ChangeRec() method in AppOpsService.ChangeRec2954 HashMap<ModeCallback, ArrayList<ChangeRec>> callbacks = null; in resetAllModes()2955 ArrayList<ChangeRec> allChanges = new ArrayList<>(); in resetAllModes()3051 ArrayList<ChangeRec> reports = ent.getValue(); in resetAllModes()3053 ChangeRec rep = reports.get(i); in resetAllModes()[all …]
9810 PLcom/android/server/appop/AppOpsService$ChangeRec;-><init>(IILjava/lang/String;I)V52570 Lcom/android/server/appop/AppOpsService$ChangeRec;