Home
last modified time | relevance | path

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

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