Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java454 pw.print(mDiscreteOps.mLargestChainId); in dump()
612 int mLargestChainId; field in DiscreteRegistry.DiscreteOps
617 mLargestChainId = chainIdOffset; in DiscreteOps()
625 mLargestChainId = max(mLargestChainId, other.mLargestChainId); in merge()
641 if (offsetChainId > mLargestChainId) { in addDiscreteAccess()
642 mLargestChainId = offsetChainId; in addDiscreteAccess()
646 mLargestChainId = 0; in addDiscreteAccess()
705 out.attributeInt(null, ATTR_LARGEST_CHAIN_ID, mLargestChainId); in writeToStream()