Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1899 Set<String> attributionChainExemptPackages = null; in getHistoricalOps() local
1901 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() local
1932 attributionChainExemptPackages = in getHistoricalOpsFromDiskRaw()
1936 final String[] chainExemptPkgArray = attributionChainExemptPackages != null in getHistoricalOpsFromDiskRaw()
1937 ? attributionChainExemptPackages.toArray( in getHistoricalOpsFromDiskRaw()
1938 new String[attributionChainExemptPackages.size()]) : null; in getHistoricalOpsFromDiskRaw()