Home
last modified time | relevance | path

Searched defs:startService (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java186 protected void startService(Intent intent) { in startService() method in ServiceTestCase
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
DServiceStartPerfTest.java57 private void startService(Intent intent) { in startService() method in ServiceStartPerfTest
/frameworks/base/core/java/com/android/ims/internal/uce/uceservice/
DIUceService.aidl42 boolean startService(IUceListener uceListener); in startService() method
DUceServiceBase.java39 public boolean startService(IUceListener uceListener) { in startService() method in UceServiceBase.UceServiceBinder
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java152 public SystemService startService(String className) { in startService() method in SystemServiceManager
228 public <T extends SystemService> T startService(Class<T> serviceClass) { in startService() method in SystemServiceManager
265 public void startService(@NonNull final SystemService service) { in startService() method in SystemServiceManager
/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java161 private int startService(int code) { in startService() method in ServiceTest
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
DServicesTests.java218 private void startService(int serviceId) { in startService() method in ServicesTests
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
DCpuMonitorServiceTest.java542 private void startService() { in startService() method in CpuMonitorServiceTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java497 public void startService() { in startService() method in SettingsInjector.Setting
/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java421 boolean startService(ServiceRecord record) { in startService() method in ProcessServiceRecord
DActivityManagerService.java2305 public static ActivityManagerService startService( in startService() method in ActivityManagerService.Lifecycle
13948 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method in ActivityManagerService
13956 private ComponentName startService(IApplicationThread caller, Intent service, in startService() method in ActivityManagerService
/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java161 void startService(StagingManager stagingManager) { in startService() method in StagingManager.Lifecycle
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1268 private void startService() { in startService() method in ColorDisplayServiceTest
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBstatsCpuTimesValidationTest.java685 private IBinder startService() throws Exception { in startService() method in BstatsCpuTimesValidationTest
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java530 public ComponentName startService(Intent service) { in startService() method in RavenwoodBaseContext
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java602 public ComponentName startService(Intent service) { in startService() method in MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java847 public ComponentName startService(Intent service) { in startService() method in ApplicationContext
DBridgeContext.java1991 public ComponentName startService(Intent arg0) { in startService() method in BridgeContext
/frameworks/base/core/java/android/content/
DContextWrapper.java826 public @Nullable ComponentName startService(Intent service) { in startService() method in ContextWrapper
DContext.java3702 public abstract ComponentName startService(Intent service); in startService() method in Context
/frameworks/base/core/java/android/app/
DIActivityManager.aidl213 ComponentName startService(in IApplicationThread caller, in Intent service, in startService() method
DContextImpl.java1927 public ComponentName startService(Intent service) { in startService() method in ContextImpl