Searched defs:startService (Results 1 - 10 of 10) 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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java73 startService();
210 startService();
223 private void startService() { method in class:ServiceMonitor
225 if (mDebug) Log.d(mTag, "startService mServiceName=" + mServiceName);
262 startService();
/frameworks/base/core/java/android/content/
H A DContextWrapper.java493 public ComponentName startService(Intent service) { method in class:ContextWrapper
494 return mBase.startService(service);
H A DContext.java140 * explicit call to {@link #startService}. Even without that, though,
1731 * <p>Using startService() overrides the default service lifetime that is
1734 * any clients are connected to it. Note that calls to startService()
1735 * are not nesting: no matter how many times you call startService(),
1762 public abstract ComponentName startService(Intent service); method in class:Context
1767 * to startService() are not counted -- this stops the service no matter
1788 * @see #startService
1793 * @hide like {@link #startService(Intent)} but for a specific user.
1817 * {@link #startService} with the arguments containing the command to be
1844 * @see #startService
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java412 public ComponentName startService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1467 Log.w(TAG, "Implicit intents with startService are not safe: " + service
1478 public ComponentName startService(Intent service) { method in class:ContextImpl
1498 ComponentName cn = ActivityManagerNative.getDefault().startService(
1861 * {@link #startService(Intent)} instead of {@link #startServiceAsUser(Intent, UserHandle)}.
H A DActivityManagerNative.java803 ComponentName cn = startService(app, service, resolvedType, userId);
2968 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java145 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.java1343 public ComponentName startService(Intent arg0) { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java12596 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
12598 enforceNotIsolatedCaller("startService");
12605 Slog.v(TAG, "startService: " + service + " type=" + resolvedType);

Completed in 6077 milliseconds