Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java451 pw.print(mDiscreteOps.mLargestChainId); in dump()
609 int mLargestChainId; field in DiscreteRegistry.DiscreteOps
614 mLargestChainId = chainIdOffset; in DiscreteOps()
622 mLargestChainId = max(mLargestChainId, other.mLargestChainId); in merge()
638 if (offsetChainId > mLargestChainId) { in addDiscreteAccess()
639 mLargestChainId = offsetChainId; in addDiscreteAccess()
643 mLargestChainId = 0; in addDiscreteAccess()
702 out.attributeInt(null, ATTR_LARGEST_CHAIN_ID, mLargestChainId); in writeToStream()