Home
last modified time | relevance | path

Searched refs:proxiedAttributionTag (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2542 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in noteProxyOperationImpl() local
2548 return new SyncNotedAppOp(AppOpsManager.MODE_ERRORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
2559 proxiedAttributionTag, proxiedPackageName); in noteProxyOperationImpl()
2583 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
2590 proxiedAttributionTag, proxyUid, resolveProxyPackageName, proxyAttributionTag, in noteProxyOperationImpl()
3088 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in startProxyOperationImpl() local
3094 return new SyncNotedAppOp(AppOpsManager.MODE_ERRORED, code, proxiedAttributionTag, in startProxyOperationImpl()
3104 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in startProxyOperationImpl()
3131 proxiedUid, resolvedProxiedPackageName, proxiedAttributionTag, proxyUid, in startProxyOperationImpl()
3316 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in finishProxyOperationImpl() local
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java8464 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp() argument
8467 proxiedAttributionTag, mContext.getAttributionSource().getToken())), in noteProxyOp()
8491 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp() argument
8550 int proxiedUid, @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOpNoThrow() argument
8553 Process.INVALID_PID, proxiedPackageName, proxiedAttributionTag, in noteProxyOpNoThrow()
8963 @Nullable String proxiedAttributionTag, @Nullable String message) { in startProxyOp() argument
8966 proxiedAttributionTag, mContext.getAttributionSource().getToken())), in startProxyOp()
9009 @NonNull String proxiedPackageName, @Nullable String proxiedAttributionTag, in startProxyOpNoThrow() argument
9013 Process.INVALID_PID, proxiedPackageName, proxiedAttributionTag, in startProxyOpNoThrow()
9159 @NonNull String proxiedPackageName, @Nullable String proxiedAttributionTag) { in finishProxyOp() argument
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...