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.java182 protected void startService(Intent intent) { in startService() method in ServiceTestCase
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java322 public ComponentName startService(Intent service) { in startService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java358 public ComponentName startService(Intent service) { in startService() method in ContextWrapper
DContext.java1222 public abstract ComponentName startService(Intent service); in startService() method in Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1248 public ComponentName startService(Intent arg0) { in startService() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java1078 public ComponentName startService(Intent service) { in startService() method in ContextImpl
DIActivityManager.java160 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method
DActivityManagerNative.java2246 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method in ActivityManagerProxy
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10501 public ComponentName startService(IApplicationThread caller, Intent service, in startService() method in ActivityManagerService