Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAttributedOp.java134 proxyInfo = mAppOpsService.mOpEventProxyInfoPool.acquire(proxyUid, proxyPackageName, in accessed()
141 mAppOpsService.mOpEventProxyInfoPool); in accessed()
179 existingEvent.reinit(noteTime, -1, null, mAppOpsService.mOpEventProxyInfoPool); in rejected()
815 private OpEventProxyInfoPool mOpEventProxyInfoPool; field in AttributedOp.InProgressStartOpEventPool
820 this.mOpEventProxyInfoPool = opEventProxyInfoPool; in InProgressStartOpEventPool()
834 proxyInfo = mOpEventProxyInfoPool.acquire(proxyUid, proxyPackageName, in acquire()
841 mOpEventProxyInfoPool); in acquire()
H A DAppOpsService.java246 final AttributedOp.OpEventProxyInfoPool mOpEventProxyInfoPool = field in AppOpsService
255 new AttributedOp.InProgressStartOpEventPool(mOpEventProxyInfoPool,