Home
last modified time | relevance | path

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

/frameworks/base/docs/html/guide/topics/fundamentals/
Dservices.jd97 android.app.Service#onStartCommand onStartCommand()} to allow components to start it and {@link
145 <dt>{@link android.app.Service#onStartCommand onStartCommand()}</dt>
161 procedures (before it calls either {@link android.app.Service#onStartCommand onStartCommand()} or
172 android.app.Service#onStartCommand onStartCommand()}), then the service
178 android.app.Service#onStartCommand onStartCommand()} is <em>not</em> called), then the service runs
191 android.app.Service#onStartCommand onStartCommand()}, as discussed later). For more information
267 android.app.Service#onStartCommand onStartCommand()} (in Android 2.0,
269 android.app.Service#onStartCommand onStartCommand()}).</p>
271 the {@link android.app.Service#onStartCommand onStartCommand()} documentation.</p>
277 {@link android.app.Service#onStartCommand onStartCommand()} method.</p>
[all …]
Dbound-services.jd85 <em>or</em> {@link android.app.Service#onStartCommand onStartCommand()}, it's sometimes necessary to
650 started with {@link android.app.Service#onStartCommand onStartCommand()}). As such, you don't have
654 <p>However, if you choose to implement the {@link android.app.Service#onStartCommand
655 onStartCommand()} callback method, then you must explicitly stop the service, because the
/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/core/java/android/app/
DIntentService.java129 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in IntentService
DService.java437 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in Service
DActivityThread.java2358 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/test-runner/src/android/test/
DServiceTestCase.java192 mService.onStartCommand(intent, 0, mServiceId); in startService()
/frameworks/base/docs/html/guide/topics/testing/
Dservice_testing.jd71 {@link android.app.Service#onStartCommand(Intent, int, int) onStartCommand()} do not normally
168 <code>Service.onStartCommand()</code>.
/frameworks/base/docs/html/resources/articles/
Dservice-api-changes-starting-with.jd130 … the platform). It is replaced with a new {@link android.app.Service#onStartCommand(android.conten…
132 …tform is that it if it gets restarted because its process is killed, onStartCommand() will be call…
136 …e is START_STICKY and you must be prepared to deal with onStart() or onStartCommand() being called…
140 // platform. On 2.0 or later we override onStartCommand() so this
148 public int onStartCommand(Intent intent, int flags, int startId) {
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java79 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ExternalStorageFormatter
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DManagerService.java156 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ManagerService
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt225 NO DOC BLOCK: android.app.Service Method onStartCommand(android.content.Intent, int, int)
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd294 public int onStartCommand(Intent intent, int flags, int startId) {
/frameworks/base/api/
Dcurrent.txt3828 method public int onStartCommand(android.content.Intent, int, int);
D14.txt3828 method public int onStartCommand(android.content.Intent, int, int);