Searched refs:startService (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootReceiver.java40 context.startService(loadavg);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java201 getContext().startService(new Intent(service).putExtras(bundle));
205 getContext().startService(new Intent(service).putExtras(bundle));
225 getContext().startService(service);
240 getContext().startService(service);
275 getContext().startService(service);
305 getContext().startService(service);
/frameworks/base/core/java/com/android/internal/app/
H A DExternalMediaFormatActivity.java98 startService(intent);
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java52 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
57 * When one of your test methods calls {@link #startService ServiceTestCase.startService()}
60 * {@link android.app.Service#startService(Intent) Service.startService(Intent)} or
86 * startService() or bindService(). The test framework provides a
118 * a test calls {@link #startService} or {@link #bindService}.
142 * (Context, Application) to it. This is called automatically by {@link #startService} or
174 * {@link android.content.Context#startService(Intent) Context.startService(Inten
182 protected void startService(Intent intent) { method in class:ServiceTestCase
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java94 startService(serviceIntent);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java358 public ComponentName startService(Intent service) { method in class:ContextWrapper
359 return mBase.startService(service);
H A DContext.java106 * explicit call to {@link #startService}. Even without that, though,
1197 * <p>Using startService() overrides the default service lifetime that is
1200 * any clients are connected to it. Note that calls to startService()
1201 * are not nesting: no matter how many times you call startService(),
1229 public abstract ComponentName startService(Intent service); method in class:Context
1234 * to startService() are not counted -- this stops the service no matter
1256 * @see #startService
1275 * {@link #startService} with the arguments containing the command to be
1301 * @see #startService
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java96 startService(new Intent(TrackerActivity.this,
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java322 public ComponentName startService(Intent service) { method in class:MockContext
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java215 if (mContext.startService(intent) == null) {
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java403 startService(new Intent(this, SchedulerService.class));
/frameworks/base/core/java/android/app/
H A DContextImpl.java1078 public ComponentName startService(Intent service) { method in class:ContextImpl
1081 ComponentName cn = ActivityManagerNative.getDefault().startService(
H A DIActivityManager.java160 public ComponentName startService(IApplicationThread caller, Intent service, method in interface:IActivityManager
H A DActivityManagerNative.java627 ComponentName cn = startService(app, service, resolvedType);
2253 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java753 context.startService(intent);
H A DDevicePolicyManagerService.java1675 mContext.startService(intent);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1248 public ComponentName startService(Intent arg0) { method in class:BridgeContext
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java363 ComponentName cn = mAm.startService(null, intent, intent.getType());
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1603 mContext.startService(service);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java4797 am.startService(null, intent, null);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11009 if (DEBUG_SERVICE) Slog.v(TAG, "startService: " + service
11053 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerService

Completed in 682 milliseconds