Home
last modified time | relevance | path

Searched refs:onStartCommand (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/docs/html/guide/components/
Dservices.jd82 android.app.Service#onStartCommand onStartCommand()} to allow components to start it and {@link
130 <dt>{@link android.app.Service#onStartCommand onStartCommand()}</dt>
146 procedures (before it calls either {@link android.app.Service#onStartCommand onStartCommand()} or
157 android.app.Service#onStartCommand onStartCommand()}), then the service
163 android.app.Service#onStartCommand onStartCommand()} is <em>not</em> called), then the service runs
176 android.app.Service#onStartCommand onStartCommand()}, as discussed later). For more information
243 {@link android.app.Service#onStartCommand onStartCommand()} method.</p>
254 this {@link android.content.Intent} in the {@link android.app.Service#onStartCommand
255 onStartCommand()} method.</p>
260 android.app.Service#onStartCommand onStartCommand()}, connects to the Internet and performs the
[all …]
Dbound-services.jd79 <em>or</em> {@link android.app.Service#onStartCommand onStartCommand()}, it's sometimes necessary to
638 started with {@link android.app.Service#onStartCommand onStartCommand()}). As such, you don't have
642 <p>However, if you choose to implement the {@link android.app.Service#onStartCommand
643 onStartCommand()} callback method, then you must explicitly stop the service, because the
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SchedulerService
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DReceiverService.java45 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ReceiverService
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DDirectStatementService.java177 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DirectStatementService
178 super.onStartCommand(intent, flags, startId); in onStartCommand()
/frameworks/base/core/java/android/app/
DIntentService.java130 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in IntentService
DService.java458 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in Service
DActivityThread.java3010 res = s.onStartCommand(data.args, data.flags, data.startId); in handleServiceArgs()
/frameworks/base/core/java/com/android/internal/util/
DAsyncService.java94 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AsyncService
/frameworks/base/location/java/android/location/
DSettingInjectorService.java146 public final int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SettingInjectorService
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DWakeLoopService.java60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in WakeLoopService
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java195 mService.onStartCommand(intent, 0, mServiceId); in startService()
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
DTestJobService.java69 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestJobService
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerService.java65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PlayerService
/frameworks/base/docs/html/training/run-background-service/
Dcreate-service.jd87 {@link android.app.Service#onStartCommand onStartCommand()} are automatically invoked by
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd67 {@link android.app.Service#onStartCommand(Intent, int, int) onStartCommand()} do not normally
164 <code>Service.onStartCommand()</code>.
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DCopyService.java118 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CopyService
122 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java199 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationTests.ToastService
201 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DAbstractService.java96 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AbstractService
/frameworks/base/docs/html/training/articles/
Dmemory.jd724 android.app.Service#onStartCommand onStartCommand()} return value, such as {@link
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd293 public int onStartCommand(Intent intent, int flags, int startId) {
/frameworks/base/api/
Dcurrent.txt5286 method public int onStartCommand(android.content.Intent, int, int);
14656 method public final int onStartCommand(android.content.Intent, int, int);
Dsystem-current.txt5403 method public int onStartCommand(android.content.Intent, int, int);
15889 method public final int onStartCommand(android.content.Intent, int, int);