Home
last modified time | relevance | path

Searched refs:proxiedUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/errorprone/tests/res/android/app/
DAppOpsManager.java92 int proxiedUid) { in noteProxyOpNoThrow() argument
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl124 boolean isProxying(int op, String proxyPackageName, String proxyAttributionTag, int proxiedUid, in isProxying() argument
/frameworks/base/core/java/android/app/
DAppOpsManager.java9109 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() argument
9112 new AttributionSource(proxiedUid, Process.INVALID_PID, proxiedPackageName, in noteProxyOp()
9136 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp() argument
9138 return noteProxyOp(strOpToOp(op), proxiedPackageName, proxiedUid, proxiedAttributionTag, in noteProxyOp()
9185 int proxiedUid) { in noteProxyOpNoThrow() argument
9186 return noteProxyOpNoThrow(op, proxiedPackageName, proxiedUid, null, null); in noteProxyOpNoThrow()
9196 int proxiedUid, @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOpNoThrow() argument
9198 mContext.getAttributionSource(), new AttributionSource(proxiedUid, in noteProxyOpNoThrow()
9662 public int startProxyOp(@NonNull String op, int proxiedUid, @NonNull String proxiedPackageName, in startProxyOp() argument
9665 new AttributionSource(proxiedUid, Process.INVALID_PID, proxiedPackageName, in startProxyOp()
[all …]
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3006 final int proxiedUid = attributionSource.getNextUid(); in noteProxyOperationImpl() local
3019 if (!isIncomingPackageValid(proxiedPackageName, UserHandle.getUserId(proxiedUid)) in noteProxyOperationImpl()
3035 final boolean isSelfBlame = Binder.getCallingUid() == proxiedUid; in noteProxyOperationImpl()
3055 String resolveProxiedPackageName = AppOpsManager.resolvePackageName(proxiedUid, in noteProxyOperationImpl()
3064 return noteOperationUnchecked(code, proxiedUid, resolveProxiedPackageName, in noteProxyOperationImpl()
3666 final int proxiedUid = attributionSource.getNextUid(); in startProxyOperationImpl() local
3692 || !isIncomingPackageValid(proxiedPackageName, UserHandle.getUserId(proxiedUid))) { in startProxyOperationImpl()
3711 final boolean isSelfBlame = Binder.getCallingUid() == proxiedUid; in startProxyOperationImpl()
3717 String resolvedProxiedPackageName = AppOpsManager.resolvePackageName(proxiedUid, in startProxyOperationImpl()
3730 proxiedUid, resolvedProxiedPackageName, proxiedAttributionTag, in startProxyOperationImpl()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...