Home
last modified time | relevance | path

Searched refs:proxyPkg (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsRecentAccessPersistence.java245 final String proxyPkg = XmlUtils.readStringAttribute(parser, ATTR_PROXY_PACKAGE); in readAttributionOp() local
258 attributedOp.accessed(accessTime, accessDuration, proxyUid, proxyPkg, in readAttributionOp()
DAppOpsService.java4629 AndroidPackage proxyPkg = proxyPackageName != null in verifyAndGetBypass() local
4632 isAttributionTagValid = isAttributionInPackage(proxyPkg, attributionTag); in verifyAndGetBypass()
4715 AndroidPackage proxyPkg = pmInt.getPackage(proxyPackageName); in isAttributionTagDefined() local
4716 if (proxyPkg != null && isAttributionInPackage(proxyPkg, attributionTag)) { in isAttributionTagDefined()
5058 final String proxyPkg = XmlUtils.readStringAttribute(parser, "pp"); in readAttributionOp() local
5063 attributedOp.accessed(accessTime, accessDuration, proxyUid, proxyPkg, in readAttributionOp()
5182 String proxyPkg = null; in writeRecentAccesses() local
5186 proxyPkg = proxy.getPackageName(); in writeRecentAccesses()
5205 if (proxyPkg != null) { in writeRecentAccesses()
5206 out.attribute(null, "pp", proxyPkg); in writeRecentAccesses()
[all …]