Home
last modified time | relevance | path

Searched refs:clearHostingComponentType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java188 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_FOREGROUND_SERVICE); in setHasForegroundServices()
630 mApp.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_BOUND_SERVICE); in updateHostingComonentTypeForBindingsLocked()
DProcessStateRecord.java720 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()
DProcessProfileRecord.java663 void clearHostingComponentType(@HostingComponentType int type) { in clearHostingComponentType() method in ProcessProfileRecord
DContentProviderHelper.java1536 cpr.proc.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_PROVIDER); in handleProviderRemoval()
1854 cpr.proc.mProfile.clearHostingComponentType(HOSTING_COMPONENT_TYPE_PROVIDER); in removeDyingProviderLocked()
/frameworks/base/services/
Dart-wear-profile6731 HPLcom/android/server/am/ProcessProfileRecord;->clearHostingComponentType(I)V