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

/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.java85 * {@link #onStartCommand(Intent, int, int)} will return
92 * {@link #onStartCommand(Intent, int, int)} will return
126 * @see android.app.Service#onStartCommand
129 public int onStartCommand(Intent intent, int flags, int startId) { method in class:IntentService
H A DService.java118 * if needed) and then call its {@link #onStartCommand} method with the
123 * calls to onStartCommand()), so no matter how many times it is started a service
130 * onStartCommand(): {@link #START_STICKY} is used for services that are
139 * doing so), but does not call onStartCommand(). The client will receive the
198 * {@link #onCreate onCreate()}, {@link #onStartCommand onStartCommand()},
230 * consequence of this is that if you implement {@link #onStartCommand onStartCommand()}
318 * @deprecated Implement {@link #onStartCommand(Intent, int, int)} instead.
325 * Bits returned by {@link #onStartCommand} describin
457 public int onStartCommand(Intent intent, int flags, int startId) { method in class:Service
[all...]
H A DActivityThread.java2894 res = s.onStartCommand(data.args, data.flags, data.startId);
/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/test-runner/src/android/test/
H A DServiceTestCase.java195 mService.onStartCommand(intent, 0, mServiceId);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionService.java76 public int onStartCommand(Intent intent, int flags, int startId) { method in class:MainInteractionService
/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/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/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/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java80 public int onStartCommand(Intent intent, int flags, int startId) { method in class:ExternalStorageFormatter
/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

Completed in 406 milliseconds