Searched refs:proxyPackageName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AttributedOp.java | 104 public void accessed(int proxyUid, @Nullable String proxyPackageName, in accessed() argument 108 accessed(accessTime, -1, proxyUid, proxyPackageName, proxyAttributionTag, proxyDeviceId, in accessed() 130 @Nullable String proxyPackageName, @Nullable String proxyAttributionTag, in accessed() argument 141 proxyInfo = mAppOpsService.mOpEventProxyInfoPool.acquire(proxyUid, proxyPackageName, in accessed() 207 @Nullable String proxyPackageName, @Nullable String proxyAttributionTag, in started() argument 211 startedOrPaused(clientId, virtualDeviceId, proxyUid, proxyPackageName, proxyAttributionTag, in started() 218 @Nullable String proxyPackageName, @Nullable String proxyAttributionTag, in startedOrPaused() argument 243 proxyUid, proxyPackageName, proxyAttributionTag, proxyDeviceId, uidState, flags, in startedOrPaused() 389 int proxyUid, @Nullable String proxyPackageName, @Nullable String proxyAttributionTag, in createPaused() argument 393 startedOrPaused(clientId, virtualDeviceId, proxyUid, proxyPackageName, proxyAttributionTag, in createPaused() [all …]
|
D | AppOpsService.java | 3002 final String proxyPackageName = attributionSource.getPackageName(); in noteProxyOperationImpl() local 3020 || !isIncomingPackageValid(proxyPackageName, UserHandle.getUserId(proxyUid))) { in noteProxyOperationImpl() 3029 proxyPackageName); in noteProxyOperationImpl() 3124 String proxyPackageName, @Nullable String proxyAttributionTag, int proxyVirtualDeviceId, in noteOperationUnchecked() argument 3129 pvr = verifyAndGetBypass(uid, packageName, attributionTag, proxyPackageName); in noteOperationUnchecked() 3147 && !isAttributionTagDefined(packageName, proxyPackageName, proxyAttributionTag)) { in noteOperationUnchecked() 3257 attributedOp.accessed(proxyUid, proxyPackageName, proxyAttributionTag, in noteOperationUnchecked() 3662 final String proxyPackageName = attributionSource.getPackageName(); in startProxyOperationImpl() local 3691 if (!isIncomingPackageValid(proxyPackageName, UserHandle.getUserId(proxyUid)) in startProxyOperationImpl() 3701 proxyPackageName); in startProxyOperationImpl() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 124 boolean isProxying(int op, String proxyPackageName, String proxyAttributionTag, int proxiedUid, in isProxying() argument
|