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

/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java58 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
63 * When one of your test methods calls {@link #startService ServiceTestCase.startService()}
66 * {@link android.app.Service#startService(Intent) Service.startService(Intent)} or
92 * startService() or bindService(). The test framework provides a
124 * a test calls {@link #startService} or {@link #bindService}.
148 * (Context, Application) to it. This is called automatically by {@link #startService} or
180 * {@link android.content.Context#startService(Intent) Context.startService(Inten
188 protected void startService(Intent intent) { method in class:ServiceTestCase
[all...]
/frameworks/base/core/java/android/content/
H A DContextWrapper.java449 public ComponentName startService(Intent service) { method in class:ContextWrapper
450 return mBase.startService(service);
H A DContext.java138 * explicit call to {@link #startService}. Even without that, though,
1552 * <p>Using startService() overrides the default service lifetime that is
1555 * any clients are connected to it. Note that calls to startService()
1556 * are not nesting: no matter how many times you call startService(),
1584 public abstract ComponentName startService(Intent service); method in class:Context
1589 * to startService() are not counted -- this stops the service no matter
1611 * @see #startService
1616 * @hide like {@link #startService(Intent)} but for a specific user.
1640 * {@link #startService} with the arguments containing the command to be
1667 * @see #startService
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java386 public ComponentName startService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1351 public ComponentName startService(Intent service) { method in class:ContextImpl
1366 ComponentName cn = ActivityManagerNative.getDefault().startService(
H A DActivityManagerNative.java728 ComponentName cn = startService(app, service, resolvedType, userId);
2637 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java132 public ComponentName startService(IApplicationThread caller, Intent service, method in interface:IActivityManager
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1315 public ComponentName startService(Intent arg0) { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java10898 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
10900 enforceNotIsolatedCaller("startService");
10907 Slog.v(TAG, "startService: " + service + " type=" + resolvedType);

Completed in 633 milliseconds