Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3008 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in noteProxyOperationImpl() local
3016 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
3021 return new SyncNotedAppOp(AppOpsManager.MODE_ERRORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
3032 proxiedAttributionTag, proxiedPackageName); in noteProxyOperationImpl()
3050 return new SyncNotedAppOp(proxyReturn.getOpMode(), code, proxiedAttributionTag, in noteProxyOperationImpl()
3058 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
3065 proxiedAttributionTag, proxiedVirtualDeviceId, proxyUid, resolveProxyPackageName, in noteProxyOperationImpl()
3668 final String proxiedAttributionTag = attributionSource.getNextAttributionTag(); in startProxyOperationImpl() local
3680 AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, proxiedPackageName); in startProxyOperationImpl()
3689 AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, proxiedPackageName); in startProxyOperationImpl()
[all …]
/frameworks/base/core/java/android/app/
DAppOpsManager.java9110 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp() argument
9113 proxiedAttributionTag, mContext.getAttributionSource().getToken())), in noteProxyOp()
9137 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp() argument
9138 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp()
9196 int proxiedUid, @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOpNoThrow() argument
9199 Process.INVALID_PID, proxiedPackageName, proxiedAttributionTag, in noteProxyOpNoThrow()
9663 @Nullable String proxiedAttributionTag, @Nullable String message) { in startProxyOp() argument
9666 proxiedAttributionTag, mContext.getAttributionSource().getToken())), in startProxyOp()
9709 @NonNull String proxiedPackageName, @Nullable String proxiedAttributionTag, in startProxyOpNoThrow() argument
9713 Process.INVALID_PID, proxiedPackageName, proxiedAttributionTag, in startProxyOpNoThrow()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...