Searched refs:proxiedAttributionTag (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 8322 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp() argument 8324 new AttributionSource(proxiedUid, proxiedPackageName, proxiedAttributionTag, in noteProxyOp() 8349 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp() argument 8350 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp() 8408 int proxiedUid, @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOpNoThrow() argument 8411 proxiedPackageName, proxiedAttributionTag, mContext.getAttributionSource() in noteProxyOpNoThrow() 8820 @Nullable String proxiedAttributionTag, @Nullable String message) { in startProxyOp() argument 8822 new AttributionSource(proxiedUid, proxiedPackageName, proxiedAttributionTag, in startProxyOp() 8866 @NonNull String proxiedPackageName, @Nullable String proxiedAttributionTag, in startProxyOpNoThrow() argument 8870 proxiedPackageName, proxiedAttributionTag, in startProxyOpNoThrow() [all …]
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3347 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in noteProxyOperationImpl() local 3361 proxiedAttributionTag, proxiedPackageName); in noteProxyOperationImpl() 3377 return new SyncNotedAppOp(proxyReturn.getOpMode(), code, proxiedAttributionTag, in noteProxyOperationImpl() 3385 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in noteProxyOperationImpl() 3392 proxiedAttributionTag, proxyUid, resolveProxyPackageName, proxyAttributionTag, in noteProxyOperationImpl() 3864 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in startProxyOperationImpl() local 3878 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in startProxyOperationImpl() 3895 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in startProxyOperationImpl() 3905 proxiedUid, resolvedProxiedPackageName, proxiedAttributionTag, proxyUid, in startProxyOperationImpl() 3927 proxiedAttributionTag, proxyUid, resolvedProxyPackageName, proxyAttributionTag, in startProxyOperationImpl() [all …]
|