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

1 2

  /packages/apps/Stk/src/com/android/stk/
StkLauncherActivity.java 35 startService(new Intent(this, StkAppService.class).putExtras(args));
BootCompletedReceiver.java 38 context.startService(new Intent(context, StkAppService.class)
StkCmdReceiver.java 48 context.startService(new Intent(context, StkAppService.class)
55 context.startService(new Intent(context, StkAppService.class)
ToneDialog.java 131 startService(new Intent(this, StkAppService.class).putExtras(args));
StkDialogActivity.java 159 startService(new Intent(this, StkAppService.class).putExtras(args));
StkMenuActivity.java 330 mContext.startService(new Intent(mContext, StkAppService.class)
StkInputActivity.java 196 mContext.startService(new Intent(mContext, StkAppService.class)
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetProvider.java 35 context.startService(new Intent(BookmarkWidgetService.UPDATE, null,
41 context.startService(new Intent(context, BookmarkWidgetService.class));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 61 context.startService(
68 context.startService(
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 45 context.startService(new Intent(context, UpdateService.class));
  /packages/apps/Email/src/com/android/email/
ExchangeUtils.java 41 context.startService(new Intent(context, SyncManager.class));
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 53 context.startService(new Intent(context, TransactionService.class));
MmsMessageSender.java 93 mContext.startService(new Intent(mContext, TransactionService.class));
135 context.startService(new Intent(context, TransactionService.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));
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 147 startService(basicStartIntent);
174 startService(requeryIntent, startupVals);
204 startService(startIntent);
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 44 * {@link #startService} or {@link #bindService}. This gives you a chance
47 * <li>When your test calls {@link #startService} or {@link #bindService}
66 * startService() or bindService(). The test framework provides a
112 * it. This will be called automatically by {@link #startService} or by {@link #bindService}.
143 * {@link android.content.Context#startService Context.startService()}, providing the
147 * @param intent The Intent as if supplied to {@link android.content.Context#startService}.
149 protected void startService(Intent intent) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 95 startService(new Intent(TrackerActivity.this,
  /frameworks/base/vpn/java/android/net/vpn/
VpnManager.java 140 mContext.startService(new Intent(ACTION_VPN_SERVICE));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 66 context.startService(new Intent(context, BluetoothOppService.class));
71 context.startService(new Intent(context, BluetoothOppService.class));
BluetoothOppProvider.java 276 context.startService(new Intent(context, BluetoothOppService.class));
283 context.startService(new Intent(context, BluetoothOppService.class));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 46 context.startService(new Intent(context, DownloadService.class));
61 context.startService(new Intent(context, DownloadService.class));
75 context.startService(new Intent(context, DownloadService.class));
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 141 mContext.startService(new Intent(service).putExtras(bundle));
144 mContext.startService(new Intent(service).putExtras(bundle));
159 mContext.startService(service);
169 * In this mode, it's started by calling Context.startService()
173 * no matter how many times startService() was called.
190 mContext.startService(service);
221 mContext.startService(service);
247 mContext.startService(service);
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 305 public ComponentName startService(Intent service) {
  /packages/apps/Phone/src/com/android/phone/
NetworkSetting.java 231 // long as startService is called) until a stopservice request is made. Since
234 startService (new Intent(this, NetworkQueryService.class));

Completed in 462 milliseconds

1 2