/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | PermissionManagerService.java | 1359 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()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 153 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument
|
D | AppOpsManager.java | 9046 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOpNoThrow() argument 9064 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOpNoThrow()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 66 boolean skipProxyOperation, int proxyAttributionFlags, int proxiedAttributionFlags, in startProxyOperation() argument
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 270 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 277 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3065 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 3069 skipProxyOperation, proxyAttributionFlags, proxiedAttributionFlags, in startProxyOperation() 3077 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOperationImpl() argument 3106 && ((proxyAttributionFlags & ATTRIBUTION_FLAG_TRUSTED) != 0 in startProxyOperationImpl() 3141 shouldCollectMessage, proxyAttributionFlags, attributionChainId, in startProxyOperationImpl() 6526 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, 6532 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 6538 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 6545 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 6550 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId); [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 19989 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, 20004 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 20012 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId);
|