/frameworks/base/docs/html/guide/components/ |
D | services.jd | 82 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 …]
|
D | bound-services.jd | 79 <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/ |
D | SchedulerService.java | 28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SchedulerService
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | ReceiverService.java | 45 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ReceiverService
|
/frameworks/base/core/java/com/android/internal/util/ |
D | AsyncService.java | 94 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AsyncService
|
/frameworks/base/core/java/android/app/ |
D | IntentService.java | 129 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in IntentService
|
D | Service.java | 457 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in Service
|
D | ActivityThread.java | 2864 res = s.onStartCommand(data.args, data.flags, data.startId); in handleServiceArgs()
|
/frameworks/base/location/java/android/location/ |
D | SettingInjectorService.java | 146 public final int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SettingInjectorService
|
/frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/ |
D | WakeLoopService.java | 60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in WakeLoopService
|
/frameworks/base/test-runner/src/android/test/ |
D | ServiceTestCase.java | 195 mService.onStartCommand(intent, 0, mServiceId); in startService()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionService.java | 76 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MainInteractionService
|
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/ |
D | TestJobService.java | 69 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestJobService
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerService.java | 65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PlayerService
|
/frameworks/base/docs/html/training/run-background-service/ |
D | create-service.jd | 87 {@link android.app.Service#onStartCommand onStartCommand()} are automatically invoked by
|
/frameworks/base/docs/html/tools/testing/ |
D | service_testing.jd | 67 {@link android.app.Service#onStartCommand(Intent, int, int) onStartCommand()} do not normally 164 <code>Service.onStartCommand()</code>.
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
D | AbstractService.java | 96 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AbstractService
|
/frameworks/base/core/java/com/android/internal/os/storage/ |
D | ExternalStorageFormatter.java | 80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ExternalStorageFormatter
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 724 android.app.Service#onStartCommand onStartCommand()} return value, such as {@link
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 225 NO DOC BLOCK: android.app.Service Method onStartCommand(android.content.Intent, int, int)
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 293 public int onStartCommand(Intent intent, int flags, int startId) {
|
/frameworks/base/api/ |
D | current.txt | 5040 method public int onStartCommand(android.content.Intent, int, int); 13871 method public final int onStartCommand(android.content.Intent, int, int);
|