Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java450 pw.print(mDiscreteOps.mLargestChainId); in dump()
608 int mLargestChainId; field in DiscreteRegistry.DiscreteOps
613 mLargestChainId = chainIdOffset; in DiscreteOps()
621 mLargestChainId = max(mLargestChainId, other.mLargestChainId); in merge()
637 if (offsetChainId > mLargestChainId) { in addDiscreteAccess()
638 mLargestChainId = offsetChainId; in addDiscreteAccess()
642 mLargestChainId = 0; in addDiscreteAccess()
701 out.attributeInt(null, ATTR_LARGEST_CHAIN_ID, mLargestChainId); in writeToStream()