Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java173 mApp.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_FOREGROUND_SERVICE); in setHasForegroundServices()
574 mApp.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_BOUND_SERVICE); in updateHostingComonentTypeForBindingsLocked()
H A DProcessStateRecord.java692 mApp.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_STARTED_SERVICE); in setHasStartedServices()
1008 mApp.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_ACTIVITY); in getCachedHasActivities()
1076 mApp.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_BROADCAST_RECEIVER); in getCachedIsReceivingBroadcast()
H A DProcessProfileRecord.java632 void addHostingComponentType(@HostingComponentType int type) { in addHostingComponentType() method in ProcessProfileRecord
H A DContentProviderHelper.java766 r.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_PROVIDER); in publishContentProviders()
1438 cpr.proc.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_PROVIDER); in incProviderCountLocked()
H A DServiceRecord.java1052 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_BOUND_SERVICE); in addConnection()
H A DActivityManagerService.java2040 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_SYSTEM); in setSystemProcess()
6825 proc.mProfile.addHostingComponentType( in startPersistentApps()
13724 proc.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_BACKUP); in bindBackupAgent()
15758 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_INSTRUMENTATION); in startInstrumentation()
15894 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_INSTRUMENTATION); in startInstrumentationOfSdkSandbox()
16917 app.mProfile.addHostingComponentType(HOSTING_COMPONENT_TYPE_PERSISTENT); in trimApplicationsLocked()
/aosp14/frameworks/base/services/
H A Dart-profile2050 HSPLcom/android/server/am/ProcessProfileRecord;->addHostingComponentType(I)V+]Ljava/util/concurrent…