Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessProfileRecord.java214 private AtomicInteger mCurrentHostingComponentTypes = field in ProcessProfileRecord
334 mCurrentHostingComponentTypes.set(HOSTING_COMPONENT_TYPE_EMPTY); in onProcessInactive()
659 mCurrentHostingComponentTypes.set(mCurrentHostingComponentTypes.get() | type); in addHostingComponentType()
664 mCurrentHostingComponentTypes.set(mCurrentHostingComponentTypes.get() & ~type); in clearHostingComponentType()
668 return mCurrentHostingComponentTypes.get(); in getCurrentHostingComponentTypes()