HomeSort by relevance Sort by last modified time
    Searched full:startservice (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/core/java/com/android/internal/app/
ExternalMediaFormatActivity.java 98 startService(intent);
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 52 context.startService(new Intent(context, TransactionService.class));
SmsReceiver.java 81 context.startService(intent);
TransactionBundle.java 68 * startService.
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelPicker.java 113 startService(updateIntent);
Compatibility.java 78 startService(updateIntent);
104 context.startService(updateIntent);
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 64 getActivity().startService(intent);
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 135 startService(new Intent(this, StkAppService.class).putExtras(args));
  /system/netd/
MDnsSdListener.h 77 int startService();
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 185 mInstrumentation.getTargetContext().startService(intent);
231 mInstrumentation.getTargetContext().startService(mIntent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 221 startService(intent);
229 startService(intent);
_index.html 197 with Context.startService and Context.stopService, or bind and call it with
216 with Context.startService and Context.stopService, or bind and call it with
226 submit jobs to it with Context.startService instead of binding to the service. Such a service
IsolatedService.java 134 mActivity.startService(new Intent(mActivity, mClz));
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 77 {@link android.content.Context#startService startService()} method. Though these
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 82 context.startService(i);
94 context.startService(i);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 453 context.startService(new Intent(context, DownloadService.class));
683 context.startService(new Intent(context, DownloadService.class));
686 context.startService(new Intent(context, DownloadService.class));
    [all...]
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 175 return "startService";
285 "Unable to send startService intent", e);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 169 ContactDetailActivity.this.startService(intent);
307 startService(serviceIntent);
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 71 getContext().startService(mIntent);
TokenWatcherTest.java 84 getContext().startService(mIntent);
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 99 startService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 47 context.startService(new Intent(context, UpdateService.class));
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 48 context.startService(new Intent(context, UpdateService.class));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPendingIntent.java 55 context.startService(savedIntent);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 54 startService(new Intent(FakeApp.this, FakeBackgroundService.class));

Completed in 692 milliseconds

1 2 34 5 6 7 8 9