Searched refs:attributionChainExemptPackages (Results 1 – 1 of 1) sorted by relevance
1899 Set<String> attributionChainExemptPackages = null; in getHistoricalOps() local1901 attributionChainExemptPackages = in getHistoricalOps()1905 final String[] chainExemptPkgArray = attributionChainExemptPackages != null in getHistoricalOps()1906 ? attributionChainExemptPackages.toArray( in getHistoricalOps()1907 new String[attributionChainExemptPackages.size()]) : null; in getHistoricalOps()1930 Set<String> attributionChainExemptPackages = null; in getHistoricalOpsFromDiskRaw() local1932 attributionChainExemptPackages = in getHistoricalOpsFromDiskRaw()1936 final String[] chainExemptPkgArray = attributionChainExemptPackages != null in getHistoricalOpsFromDiskRaw()1937 ? attributionChainExemptPackages.toArray( in getHistoricalOpsFromDiskRaw()1938 new String[attributionChainExemptPackages.size()]) : null; in getHistoricalOpsFromDiskRaw()