Searched refs:onStartCommand (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DReceiverService.java45 public int onStartCommand(Intent intent, int flags, int startId) { method in class:ReceiverService
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java28 public int onStartCommand(Intent intent, int flags, int startId) { method in class:SchedulerService
/frameworks/base/core/java/android/app/
H A DIntentService.java88 * {@link #onStartCommand(Intent, int, int)} will return
95 * {@link #onStartCommand(Intent, int, int)} will return
129 * @see android.app.Service#onStartCommand
132 public int onStartCommand(@Nullable Intent intent, int flags, int startId) { method in class:IntentService
166 * {@link android.app.Service#onStartCommand}
H A DService.java122 * if needed) and then call its {@link #onStartCommand} method with the
127 * calls to onStartCommand()), so no matter how many times it is started a service
134 * onStartCommand(): {@link #START_STICKY} is used for services that are
143 * doing so), but does not call onStartCommand(). The client will receive the
202 * {@link #onCreate onCreate()}, {@link #onStartCommand onStartCommand()},
234 * consequence of this is that if you implement {@link #onStartCommand onStartCommand()}
348 * @deprecated Implement {@link #onStartCommand(Intent, int, int)} instead.
355 * Bits returned by {@link #onStartCommand} describin
508 public @StartResult int onStartCommand(Intent intent, @StartArgFlags int flags, int startId) { method in class:Service
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java40 /** The command sent when a onStartCommand is invoked */
57 * The flags returned by onStartCommand on how to restart.
94 public int onStartCommand(Intent intent, int flags, int startId) { method in class:AsyncService
95 if (DBG) Slog.d(TAG, "onStartCommand");
/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java146 public final int onStartCommand(Intent intent, int flags, int startId) { method in class:SettingInjectorService
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsService.java56 public int onStartCommand(Intent intent, int flags, int startId) { method in class:MtpDocumentsService
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java201 mService.onStartCommand(intent, 0, mServiceId);
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeLoopService.java60 public int onStartCommand(Intent intent, int flags, int startId) { method in class:WakeLoopService
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncJobService.java42 public int onStartCommand(Intent intent, int flags, int startId) { method in class:SyncJobService
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java69 public int onStartCommand(Intent intent, int flags, int startId) { method in class:TestJobService
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java177 public int onStartCommand(Intent intent, int flags, int startId) { method in class:DirectStatementService
178 super.onStartCommand(intent, flags, startId);
181 Log.e(TAG, "onStartCommand called with null intent");
216 Log.e(TAG, "onStartCommand called with unsupported action: " + intent.getAction());
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java65 public int onStartCommand(Intent intent, int flags, int startId) { method in class:PlayerService
66 Log.d(TAG, "onStartCommand");
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java139 public int onStartCommand(Intent intent, int flags, int startId) { method in class:LocalServiceBroadcaster.LocalService
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java139 public int onStartCommand(Intent intent, int flags, int startId) { method in class:LocalServiceBroadcaster.LocalService
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java26 public int onStartCommand(Intent intent, int flags, int startId) { method in class:SvcMonitor
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java96 public int onStartCommand(Intent intent, int flags, int startId) { method in class:AbstractService
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java199 public int onStartCommand(Intent intent, int flags, int startId) { method in class:NotificationTests.ToastService
201 return super.onStartCommand(intent, flags, startId);
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
H A DBTtraffic.java47 public int onStartCommand(Intent intent, int flags, int startId) { method in class:BTtraffic
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java130 public int onStartCommand(Intent intent, int flags, int serviceId) { method in class:FileOperationService
149 if (DEBUG) Log.d(TAG, "onStartCommand: " + jobId + " with serviceId " + serviceId);
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java213 public int onStartCommand(Intent intent, int flags, int startId) { method in class:MainActivity.OSUService
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java75 public synchronized int onStartCommand(Intent intent, int flags, int startId) { method in class:SoundTriggerTestService
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java114 // to be executed (see {@link #onStartCommand})
117 // should be executed (see {@link #onStartCommand})
120 // indicates that the music playback should be paused (see {@link #onStartCommand})
186 * @see android.app.Service#onStartCommand(android.content.Intent, int, int)
189 public int onStartCommand(Intent startIntent, int flags, int startId) { method in class:MediaBrowserServiceSupport
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java114 // to be executed (see {@link #onStartCommand})
117 // should be executed (see {@link #onStartCommand})
120 // indicates that the music playback should be paused (see {@link #onStartCommand})
186 * @see android.app.Service#onStartCommand(android.content.Intent, int, int)
189 public int onStartCommand(Intent startIntent, int flags, int startId) { method in class:MediaBrowserServiceSupport
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java240 public int onStartCommand(Intent intent, int flags, int startId) { method in class:BugreportProgressService
241 Log.v(TAG, "onStartCommand(): " + dumpIntent(intent));
313 // At this point it's handling onStartCommand(), with the intent passed as an Extra.

Completed in 1235 milliseconds

12