HomeSort by relevance Sort by last modified time
    Searched defs:onStartCommand (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 28 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
40 super.onStartCommand(intent, flags, startId);
42 ComposeMessageActivity.log("NoConfirmationSendService onStartCommand");
46 ComposeMessageActivity.log("NoConfirmationSendService onStartCommand wrong action: " +
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ReceiverService.java 45 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 37 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
ForegroundService.java 148 // platform. On 2.0 or later we override onStartCommand() so this
156 public int onStartCommand(Intent intent, int flags, int startId) {
ServiceStartArguments.java 126 public int onStartCommand(Intent intent, int flags, int startId) {
137 // for some reason in onStartCommand().
  /frameworks/base/core/java/android/app/
IntentService.java 85 * {@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) {
Service.java 118 * 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
186 * {@link #onCreate onCreate()}, {@link #onStartCommand onStartCommand()},
210 * consequence of this is that if you implement {@link #onStartCommand onStartCommand()}
298 * @deprecated Implement {@link #onStartCommand(Intent, int, int)} instead.
305 * Bits returned by {@link #onStartCommand} describing how to continu
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 40 /** 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) {
95 if (DBG) Slog.d(TAG, "onStartCommand");
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 96 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 139 public int onStartCommand(Intent intent, int flags, int startId) {