Searched refs:proxyAttributionFlags (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 154 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOperation() argument
|
D | AppOpsManager.java | 8901 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOpNoThrow() argument 8919 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOpNoThrow()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AppOpsPolicy.java | 256 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 263 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, in startProxyOperation()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 63 boolean shouldCollectMessage, boolean skipProxyOperation, int proxyAttributionFlags, in startProxyOperation() argument
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3844 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, in startProxyOperation() argument 3848 skipProxyOperation, proxyAttributionFlags, proxiedAttributionFlags, in startProxyOperation() 3856 int proxyAttributionFlags, @AttributionFlags int proxiedAttributionFlags, in startProxyOperationImpl() argument 3884 && ((proxyAttributionFlags & ATTRIBUTION_FLAG_TRUSTED) != 0 in startProxyOperationImpl() 3919 shouldCollectMessage, proxyAttributionFlags, attributionChainId, in startProxyOperationImpl() 7637 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, 7643 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 7649 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 7656 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 7661 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId); [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | PermissionManagerService.java | 5846 final int proxyAttributionFlags = (!skipCurrentChecks && hasChain) 5856 singleReceiverFromDatasource, attributedOp, proxyAttributionFlags, 5994 final int proxyAttributionFlags = (!skipCurrentChecks && hasChain) 6004 /*fromDatasource*/ false, AppOpsManager.OP_NONE, proxyAttributionFlags, 6029 @AttributionFlags int proxyAttributionFlags, 6092 message, proxyAttributionFlags, attributionChainId); 6100 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId); 6105 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId);
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 17023 boolean skipProxyOperation, @AttributionFlags int proxyAttributionFlags, 17036 shouldCollectMessage, skipProxyOperation, proxyAttributionFlags, 17044 proxyAttributionFlags, proxiedAttributionFlags, attributionChainId);
|