Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAttributedOp.java240 event = mAppOpsService.mInProgressStartOpEventPool.acquire(startTime, in startedOrPaused()
341 mAppOpsService.mInProgressStartOpEventPool.release(event); in finishOrPause()
378 mAppOpsService.mInProgressStartOpEventPool.release(event); in finishPossiblyPaused()
598 mAppOpsService.mInProgressStartOpEventPool.release(event); in add()
DAppOpsService.java279 final AttributedOp.InProgressStartOpEventPool mInProgressStartOpEventPool = field in AppOpsService