Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1648 Set<String> attributionChainExemptPackages = null; in getHistoricalOps() local
1650 attributionChainExemptPackages = in getHistoricalOps()
1654 final String[] chainExemptPkgArray = attributionChainExemptPackages != null in getHistoricalOps()
1655 ? attributionChainExemptPackages.toArray( in getHistoricalOps()
1656 new String[attributionChainExemptPackages.size()]) : null; in getHistoricalOps()
1679 Set<String> attributionChainExemptPackages = null; in getHistoricalOpsFromDiskRaw() local
1681 attributionChainExemptPackages = in getHistoricalOpsFromDiskRaw()
1685 final String[] chainExemptPkgArray = attributionChainExemptPackages != null in getHistoricalOpsFromDiskRaw()
1686 ? attributionChainExemptPackages.toArray( in getHistoricalOpsFromDiskRaw()
1687 new String[attributionChainExemptPackages.size()]) : null; in getHistoricalOpsFromDiskRaw()