Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAttributedOp.java587 ArrayMap<IBinder, InProgressStartOpEvent> ignoredEvents = in add() local
590 Slog.w(AppOpsService.TAG, "Ignoring " + ignoredEvents.size() + " app-ops, running: " in add()
593 int numInProgressEvents = ignoredEvents.size(); in add()
595 InProgressStartOpEvent event = ignoredEvents.valueAt(i); in add()