Searched refs:mAttributionChains (Results 1 – 1 of 1) sorted by relevance
173 private final ArrayMap<Integer, ArrayList<AccessChainLink>> mAttributionChains = field in PermissionUsageHelper224 synchronized (mAttributionChains) { in onOpActiveChanged()225 mAttributionChains.remove(attributionChainId); in onOpActiveChanged()226 int numChains = mAttributionChains.size(); in onOpActiveChanged()229 int chainId = mAttributionChains.keyAt(i); in onOpActiveChanged()230 ArrayList<AccessChainLink> chain = mAttributionChains.valueAt(i); in onOpActiveChanged()240 mAttributionChains.removeAll(toRemove); in onOpActiveChanged()261 synchronized (mAttributionChains) { in onOpStarted()664 synchronized (mAttributionChains) { in getUniqueUsagesWithLabels()665 for (int i = 0; i < mAttributionChains.size(); i++) { in getUniqueUsagesWithLabels()[all …]