Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java23 import android.app.ProcessMemoryState.HostingComponentType;
632 void addHostingComponentType(@HostingComponentType int type) { in addHostingComponentType()
637 void clearHostingComponentType(@HostingComponentType int type) { in clearHostingComponentType()
641 @HostingComponentType int getCurrentHostingComponentTypes() { in getCurrentHostingComponentTypes()
645 @HostingComponentType int getHistoricalHostingComponentTypes() { in getHistoricalHostingComponentTypes()
/aosp14/frameworks/base/core/java/android/app/
H A DProcessMemoryState.java122 public @interface HostingComponentType {} annotation in ProcessMemoryState