Searched refs:getProcessNameForService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | ActiveServicesTest.java | 204 String processName = ActiveServices.getProcessNameForService(regularService, null, null, in testGetProcessNameForService() 213 processName = ActiveServices.getProcessNameForService(isolatedService, component, in testGetProcessNameForService() 222 processName = ActiveServices.getProcessNameForService(isolatedService1, componentName, in testGetProcessNameForService() 233 String packageSharedIsolatedProcessName = ActiveServices.getProcessNameForService( in testGetProcessNameForService() 244 packageSharedIsolatedProcessName = ActiveServices.getProcessNameForService( in testGetProcessNameForService() 252 packageSharedIsolatedProcessName = ActiveServices.getProcessNameForService( in testGetProcessNameForService() 260 packageSharedIsolatedProcessName = ActiveServices.getProcessNameForService( in testGetProcessNameForService() 272 packageSharedIsolatedProcessName = ActiveServices.getProcessNameForService( in testGetProcessNameForService() 282 final String sharedIsolatedProcessName1 = ActiveServices.getProcessNameForService( in testGetProcessNameForService() 288 final String sharedIsolatedProcessName2 = ActiveServices.getProcessNameForService( in testGetProcessNameForService() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 881 static String getProcessNameForService(ServiceInfo sInfo, ComponentName name, in getProcessNameForService() method in ActiveServices 4833 final String processName = getProcessNameForService(sInfo, cn, callingPackage, in retrieveServiceLocked() 5010 String processName = getProcessNameForService(sInfo, name, callingPackage, in retrieveServiceLocked()
|
/frameworks/base/services/ |
D | art-profile | 300 HSPLcom/android/server/am/ActiveServices;->getProcessNameForService(Landroid/content/pm/ServiceInfo…
|
D | art-wear-profile | 4232 HPLcom/android/server/am/ActiveServices;->getProcessNameForService(Landroid/content/pm/ServiceInfo;…
|