Searched defs:proxyAttributionTag (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 806 @Nullable String proxyAttributionTag, @AppOpsManager.UidState int uidState, in accessed() 809 proxyAttributionTag, uidState, flags); in accessed() local 827 @Nullable String proxyPackageName, @Nullable String proxyAttributionTag, in accessed() 2959 String proxyAttributionTag, boolean shouldCollectAsyncNotedOp, String message, in noteProxyOperation() 3025 @Nullable String proxyAttributionTag, @OpFlags int flags, in noteOperationUnchecked() 4237 final String proxyAttributionTag = XmlUtils.readStringAttribute(parser, "pc"); in readAttributionOp() local 4400 String proxyAttributionTag = null; in writeState() local 5007 String proxyAttributionTag = null; in dumpStatesLocked() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 57 String proxyAttributionTag, boolean shouldCollectAsyncNotedOp, String message, in noteProxyOperation()
|