Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/services/java/com/android/server/
DSystemServer.java312 mInstaller = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()
315 mActivityManagerService = mSystemServiceManager.startService( in startBootstrapServices()
323 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class); in startBootstrapServices()
331 mDisplayManagerService = mSystemServiceManager.startService(DisplayManagerService.class); in startBootstrapServices()
368 mSystemServiceManager.startService(LightsService.class); in startCoreServices()
371 mSystemServiceManager.startService(BatteryService.class); in startCoreServices()
374 mSystemServiceManager.startService(UsageStatsService.class); in startCoreServices()
379 mSystemServiceManager.startService(WebViewUpdateService.class); in startCoreServices()
462 mSystemServiceManager.startService(AlarmManagerService.class); in startOtherServices()
589 mSystemServiceManager.startService(PersistentDataBlockService.class); in startOtherServices()
[all …]
/frameworks/base/docs/html/training/run-background-service/
Dsend-request.jd40 {@link android.content.Context#startService startService()}.
61 Call {@link android.content.Context#startService startService()}
65 getActivity().startService(mServiceIntent);
74 Once you call {@link android.content.Context#startService startService()},
/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java201 getContext().startService(new Intent(service).putExtras(bundle)); in startExpectResult()
205 getContext().startService(new Intent(service).putExtras(bundle)); in startExpectResult()
225 getContext().startService(service); in startExpectNoPermission()
240 getContext().startService(service); in bindExpectResult()
275 getContext().startService(service); in bindExpectResult()
305 getContext().startService(service); in bindExpectResult()
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java53 public SystemService startService(String className) { in startService() method in SystemServiceManager
65 return startService(serviceClass); in startService()
77 public <T extends SystemService> T startService(Class<T> serviceClass) { in startService() method in SystemServiceManager
/frameworks/base/docs/html/guide/components/
Dservices.jd65 calling {@link android.content.Context#startService startService()}. Once started, a service
132 requests that the service be started, by calling {@link android.content.Context#startService
133 startService()}. Once this method executes, the service is started and can run in the
156 android.content.Context#startService startService()} (which results in a call to {@link
242 android.content.Context#startService startService()}, resulting in a call to the service's
252 android.content.Context#startService startService()} and passing an {@link android.content.Intent}
259 android.content.Context#startService startService()}. The service receives the intent in {@link
509 android.content.Context#startService startService()}. The Android system calls the service's {@link
515 HelloSevice}) using an explicit intent with {@link android.content.Context#startService
516 startService()}:</p>
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DServiceMonitor.java73 startService();
210 startService(); in packageIntent()
223 private void startService() { in startService() method in ServiceMonitor
262 startService(); in checkBound()
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd166 android.content.Context#startService Context.startService()}</code> に Intent オブジェクトを渡します。Android によ…
787startService Context.startService()}</code> が呼び出されて開始し、<code>{@link android.content.Context#stopSe…
794 …ードは、完全に分離されているわけではありません。{@code startService()} で開始されたサービスにバインドすることも可能です。たとえば、再生する曲を指定した Intent オブジ…
810 ….app.Service#onStart onStart()}</code> を呼び出したときに始まります。このメソッドには、{@code startService()} に渡された Intent…
818startService Context.startService()}</code> または <code>{@link android.content.Context#bindService C…
832 次の図に、サービスのコールバック メソッドを示します。なお、{@code startService()} で作成されたサービスと、{@code bindService()} で作成されたサービスを分…
902 <li><p><b>サービス プロセス</b>は、<code>{@link android.content.Context#startService startService()}</code> メ…
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DVoiceInteractionMain.java46 startService(new Intent(VoiceInteractionMain.this, MainInteractionService.class));
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBootReceiver.java40 context.startService(loadavg); in onReceive()
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd86 call {@link android.test.ServiceTestCase#startService(Intent) ServiceTestCase.startService()} or
152 {@link android.content.Context#startService(Intent) Context.startService()} or
162 <code>Context.startService()</code>. Only the first call triggers
166 In addition, remember that <code>startService()</code> calls don't
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScanningService.java50 mImpl.startService(getContext()); in onBootPhase()
DRttService.java116 public void startService(Context context) { in startService() method in RttService.RttServiceImpl
442 mImpl.startService(getContext()); in onBootPhase()
/frameworks/support/v4/java/android/support/v4/content/
DWakefulBroadcastReceiver.java89 ComponentName comp = context.startService(intent); in startWakefulService()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
DServicesTests.java50 getInstrumentation().getContext().startService(new Intent(SERVICE_BASE_ACTION + i)); in testStressConcurentFirstLaunch()
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java185 protected void startService(Intent intent) { in startService() method in ServiceTestCase
/frameworks/base/core/java/com/android/internal/app/
DExternalMediaFormatActivity.java97 startService(intent); in onClick()
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
DSetAlarm.java111 ComponentName cn = getContext().startService(mServceIntent); in connectToAlarmService()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerService.java80 startService(onCreateServiceIntent()); in onPlaybackStarted()
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
DFakeApp.java54 startService(new Intent(FakeApp.this, FakeBackgroundService.class));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerActivity.java96 startService(new Intent(TrackerActivity.this, in onOptionsItemSelected()
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
DMainActivity.java74 startService(startServiceIntent); in onCreate()
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd77 {@link android.content.Context#startService startService()} method. Though these
/frameworks/base/core/java/android/content/
DContextWrapper.java514 public ComponentName startService(Intent service) { in startService() method in ContextWrapper
515 return mBase.startService(service); in startService()
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd175 This method is comparable to {@link android.content.Context#startService startService()}, except th…
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDebuggingManager.java284 if (mContext.startService(intent) != null) { in startConfirmationService()

12