Searched refs:clearHostingComponentType (Results 1 – 5 of 5) sorted by relevance
188 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_FOREGROUND_SERVICE); in setHasForegroundServices()630 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_BOUND_SERVICE); in updateHostingComonentTypeForBindingsLocked()
720 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_STARTED_SERVICE); in setHasStartedServices()1027 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_ACTIVITY); in getCachedHasActivities()1095 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_BROADCAST_RECEIVER); in getCachedIsReceivingBroadcast()
663 void clearHostingComponentType(@HostingComponentType int type) { in clearHostingComponentType() method in ProcessProfileRecord
1536 cpr.proc.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_PROVIDER); in handleProviderRemoval()1854 cpr.proc.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_PROVIDER); in removeDyingProviderLocked()
6731 HPLcom/android/server/am/ProcessProfileRecord;->clearHostingComponentType(I)V