Searched refs:startService (Results 1 - 22 of 22) 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.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/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java94 startService(serviceIntent);
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java54 startService(new Intent(FakeApp.this, FakeBackgroundService.class));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java96 startService(new Intent(TrackerActivity.this,
/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/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java178 startService(intent);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java403 startService(new Intent(this, SchedulerService.class));
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java215 if (mContext.startService(intent) == null) {
/frameworks/base/core/java/android/app/
H A DIActivityManager.java132 public ComponentName startService(IApplicationThread caller, Intent service, method in interface:IActivityManager
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
/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/cmds/am/src/com/android/commands/am/
H A DAm.java415 ComponentName cn = mAm.startService(null, intent, intent.getType(), mUserId);
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java1859 mContext.startService(intent);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1930 mContext.startService(service);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java5466 am.startService(null, intent, null, UserHandle.USER_OWNER);
/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 552 milliseconds