Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java188 protected void startService(Intent intent) { in startService() method in ServiceTestCase
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java386 public ComponentName startService(Intent service) { in startService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java449 public ComponentName startService(Intent service) { in startService() method in ContextWrapper
DContext.java1584 public abstract ComponentName startService(Intent service); in startService() method in Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1315 public ComponentName startService(Intent arg0) { in startService() method in BridgeContext
/frameworks/base/core/java/android/app/
DIActivityManager.java132 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method
DContextImpl.java1351 public ComponentName startService(Intent service) { in startService() method in ContextImpl
DActivityManagerNative.java2652 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method in ActivityManagerProxy
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10909 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method