Searched refs:attributionChainExemptPackages (Results 1 – 1 of 1) sorted by relevance
1648 Set<String> attributionChainExemptPackages = null; in getHistoricalOps() local1650 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() local1681 attributionChainExemptPackages = in getHistoricalOpsFromDiskRaw()1685 final String[] chainExemptPkgArray = attributionChainExemptPackages != null in getHistoricalOpsFromDiskRaw()1686 ? attributionChainExemptPackages.toArray( in getHistoricalOpsFromDiskRaw()1687 new String[attributionChainExemptPackages.size()]) : null; in getHistoricalOpsFromDiskRaw()