Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DProcessMemoryState.java60 public static final int HOSTING_COMPONENT_TYPE_INSTRUMENTATION = field in ProcessMemoryState
61 AppProtoEnums.HOSTING_COMPONENT_TYPE_INSTRUMENTATION;
114 HOSTING_COMPONENT_TYPE_INSTRUMENTATION,
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java57 import static android.app.ProcessMemoryState.HOSTING_COMPONENT_TYPE_INSTRUMENTATION;
15758 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_INSTRUMENTATION); in startInstrumentation()
15894 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_INSTRUMENTATION); in startInstrumentationOfSdkSandbox()
16026 app.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_INSTRUMENTATION); in finishInstrumentationLocked()