Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAttributedOp.java141 proxyInfo = mAppOpsService.mOpEventProxyInfoPool.acquire(proxyUid, proxyPackageName, in accessed()
148 mAppOpsService.mOpEventProxyInfoPool); in accessed()
186 existingEvent.reinit(noteTime, -1, null, mAppOpsService.mOpEventProxyInfoPool); in rejected()
857 private OpEventProxyInfoPool mOpEventProxyInfoPool; field in AttributedOp.InProgressStartOpEventPool
862 this.mOpEventProxyInfoPool = opEventProxyInfoPool; in InProgressStartOpEventPool()
877 proxyInfo = mOpEventProxyInfoPool.acquire(proxyUid, proxyPackageName, in acquire()
884 mOpEventProxyInfoPool); in acquire()
DAppOpsService.java271 final AttributedOp.OpEventProxyInfoPool mOpEventProxyInfoPool = field in AppOpsService
280 new AttributedOp.InProgressStartOpEventPool(mOpEventProxyInfoPool,