Searched refs:HostingComponentType (Results 1 – 2 of 2) sorted by relevance
23 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()
122 public @interface HostingComponentType {} annotation in ProcessMemoryState