Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAttributedOp.java239 event = mAppOpsService.mInProgressStartOpEventPool.acquire(startTime, in startedOrPaused()
318 mAppOpsService.mInProgressStartOpEventPool.release(event); in finishOrPause()
355 mAppOpsService.mInProgressStartOpEventPool.release(event); in finishPossiblyPaused()
566 mAppOpsService.mInProgressStartOpEventPool.release(event); in add()
H A DAppOpsService.java254 final AttributedOp.InProgressStartOpEventPool mInProgressStartOpEventPool = field in AppOpsService