Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl56 String proxiedAttributionTag, int proxyUid, String proxyPackageName, in noteProxyOperation()
/frameworks/base/core/java/android/app/
DAppOpsManager.java7442 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp()
7473 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOp()
7510 int proxiedUid, @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOpNoThrow()
7530 @Nullable String proxiedAttributionTag, @Nullable String message) { in noteProxyOpNoThrow()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2958 String proxiedAttributionTag, int proxyUid, String proxyPackageName, in noteProxyOperation()