Searched refs:startService (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/support/v4/java/android/support/v4/content/
H A DWakefulBroadcastReceiver.java42 * {@link android.content.Context#startService startService()}, except that
67 * Do a {@link android.content.Context#startService(android.content.Intent)
68 * Context.startService}, but holding a wake lock while the service starts.
77 * {@link android.content.Context#startService(android.content.Intent)
78 * Context.startService}.
89 ComponentName comp = context.startService(intent);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java116 public void startService(Context context) { method in class:RttService.RttServiceImpl
442 mImpl.startService(getContext());
H A DWifiScanningService.java50 mImpl.startService(getContext());
H A DWifiScanningServiceImpl.java187 public void startService(Context context) { method in class:WifiScanningServiceImpl
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java74 startService(startServiceIntent);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java96 startService(new Intent(TrackerActivity.this,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java80 startService(onCreateServiceIntent());
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DVoiceInteractionMain.java46 startService(new Intent(VoiceInteractionMain.this, MainInteractionService.class));
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java111 ComponentName cn = getContext().startService(mServceIntent);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1443 public ComponentName startService(Intent arg0) { method in class:BridgeContext
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java54 startService(new Intent(FakeApp.this, FakeBackgroundService.class));
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootReceiver.java40 context.startService(loadavg);
/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/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java219 if (mContext.startService(intent) == null) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2538 mContext.startService(service);
/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java53 public SystemService startService(String className) { method in class:SystemServiceManager
65 return startService(serviceClass);
77 public <T extends SystemService> T startService(Class<T> serviceClass) { method in class:SystemServiceManager
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15084 public ComponentName startService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
15086 enforceNotIsolatedCaller("startService");
15093 Slog.v(TAG, "startService: " + service + " type=" + resolvedType);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8065 am.startService(null, intent, null, UserHandle.USER_OWNER);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2994 mContext.startService(intent);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java312 Installer installer = mSystemServiceManager.startService(Installer.class);
315 mActivityManagerService = mSystemServiceManager.startService(
324 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class);
332 mDisplayManagerService = mSystemServiceManager.startService(DisplayManagerService.class);
369 mSystemServiceManager.startService(LightsService.class);
372 mSystemServiceManager.startService(BatteryService.class);
375 mSystemServiceManager.startService(UsageStatsService.class);
382 mSystemServiceManager.startService(WebViewUpdateService.class);
432 mSystemServiceManager.startService(TelecomLoaderService.class);
468 mSystemServiceManager.startService(AlarmManagerServic
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDebuggingManager.java298 if (mContext.startService(intent) != null) {
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java55 * test methods calls {@link #startService} or {@link #bindService}. This gives you an
60 * When one of your test methods calls {@link #startService ServiceTestCase.startService()}
63 * {@link android.app.Service#startService(Intent) Service.startService(Intent)} or
89 * startService() or bindService(). The test framework provides a
121 * a test calls {@link #startService} or {@link #bindService}.
145 * (Context, Application) to it. This is called automatically by {@link #startService} or
177 * {@link android.content.Context#startService(Intent) Context.startService(Inten
185 protected void startService(Intent intent) { method in class:ServiceTestCase
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java433 public ComponentName startService(Intent service) { method in class:MockContext
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java208 startService(intent);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java405 startService(new Intent(this, SchedulerService.class));

Completed in 3108 milliseconds

12