Home
last modified time | relevance | path

Searched refs:proxyAttributionFlags (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java1359 final int proxyAttributionFlags = (!skipCurrentChecks && hasChain) in checkRuntimePermission() local
1370 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId); in checkRuntimePermission()
1508 final int proxyAttributionFlags = (!skipCurrentChecks && hasChain) in checkOp() local
1518 /*fromDatasource*/ false, AppOpsManager.OP_NONE, proxyAttributionFlags, in checkOp()
1544 @AttributionFlags int proxyAttributionFlags, in performOpTransaction() argument
1607 message, proxyAttributionFlags, attributionChainId); in performOpTransaction()
1615 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId); in performOpTransaction()
1621 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId); in performOpTransaction()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManagerInternal.java153 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument
H A DAppOpsManager.java9046 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOpNoThrow() argument
9064 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOpNoThrow()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl66 boolean skipProxyOperation, int proxyAttributionFlags, int proxiedAttributionFlags, in startProxyOperation() argument
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java270 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument
277 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java3069 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument
3073 skipProxyOperation, proxyAttributionFlags, proxiedAttributionFlags, in startProxyOperation()
3081 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOperationImpl() argument
3110 && ((proxyAttributionFlags & ATTRIBUTION_FLAG_TRUSTED) != 0 in startProxyOperationImpl()
3145 shouldCollectMessage, proxyAttributionFlags, attributionChainId, in startProxyOperationImpl()
6564 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags,
6570 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags,
6583 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags,
6588 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId);
6594 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags,
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java20065 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags,
20080 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags,
20088 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId);