Home
last modified time | relevance | path

Searched defs:proxiedPackageName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/errorprone/tests/res/android/app/
DAppOpsManager.java79 public int noteProxyOp(String op, String proxiedPackageName) { in noteProxyOp()
83 public int noteProxyOp(int op, String proxiedPackageName) { in noteProxyOp()
87 public int noteProxyOpNoThrow(String op, String proxiedPackageName) { in noteProxyOpNoThrow()
91 public int noteProxyOpNoThrow(String op, String proxiedPackageName, in noteProxyOpNoThrow()
/frameworks/base/core/java/android/app/
DAppOpsManager.java9087 public int noteProxyOp(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOp()
9100 public int noteProxyOp(int op, @Nullable String proxiedPackageName) { in noteProxyOp()
9109 public int noteProxyOp(int op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp()
9136 public int noteProxyOp(@NonNull String op, @Nullable String proxiedPackageName, int proxiedUid, in noteProxyOp()
9176 public int noteProxyOpNoThrow(@NonNull String op, @NonNull String proxiedPackageName) { in noteProxyOpNoThrow()
9184 public int noteProxyOpNoThrow(@NonNull String op, @Nullable String proxiedPackageName, in noteProxyOpNoThrow()
9195 public int noteProxyOpNoThrow(@NonNull String op, @Nullable String proxiedPackageName, in noteProxyOpNoThrow()
9662 public int startProxyOp(@NonNull String op, int proxiedUid, @NonNull String proxiedPackageName, in startProxyOp()
9709 @NonNull String proxiedPackageName, @Nullable String proxiedAttributionTag, in startProxyOpNoThrow()
9880 @NonNull String proxiedPackageName, @Nullable String proxiedAttributionTag) { in finishProxyOp()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl125 String proxiedPackageName); in isProxying()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3007 final String proxiedPackageName = attributionSource.getNextPackageName(); in noteProxyOperationImpl() local
3667 final String proxiedPackageName = attributionSource.getNextPackageName(); in startProxyOperationImpl() local
4044 final String proxiedPackageName = attributionSource.getNextPackageName(); in finishProxyOperationImpl() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...