Searched refs:allowPkgMap (Results 1 – 1 of 1) sorted by relevance
74 final Map<String, Float> allowPkgMap = new ArrayMap<>(); in updateAllowlist() local87 allowPkgMap.putAll(mAllowPkgMap); in updateAllowlist()89 updateSmallAreaDetection(allowPkgMap); in updateAllowlist()107 private void updateSmallAreaDetection(Map<String, Float> allowPkgMap) { in updateSmallAreaDetection() argument108 final SparseArray<Float> appIdThresholdList = new SparseArray(allowPkgMap.size()); in updateSmallAreaDetection()109 for (String pkg : allowPkgMap.keySet()) { in updateSmallAreaDetection()110 final float threshold = allowPkgMap.get(pkg); in updateSmallAreaDetection()