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

1 2 3 4 5 6 7 8 9

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 39 context.startService(new Intent(MusicService.ACTION_PAUSE));
49 context.startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
52 context.startService(new Intent(MusicService.ACTION_PLAY));
55 context.startService(new Intent(MusicService.ACTION_PAUSE));
58 context.startService(new Intent(MusicService.ACTION_STOP));
61 context.startService(new Intent(MusicService.ACTION_SKIP));
66 context.startService(new Intent(MusicService.ACTION_REWIND));
MainActivity.java 78 startService(new Intent(MusicService.ACTION_PLAY));
80 startService(new Intent(MusicService.ACTION_PAUSE));
82 startService(new Intent(MusicService.ACTION_SKIP));
84 startService(new Intent(MusicService.ACTION_REWIND));
86 startService(new Intent(MusicService.ACTION_STOP));
113 startService(i);
128 startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 58 boolean startService = true;
67 startService = false;
73 startService = false;
76 if (startService) {
78 context.startService(in);
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
BootReceiver.java 34 context.startService(new Intent("com.ti.server.FmService"));
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainBroadcastReceiver.java 12 context.startService(intent);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
EventHandler.java 44 context.startService(intent);
  /development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java 41 startService(intent);
47 startService(intent);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogReceiver.java 41 context.startService(serviceIntent);
45 context.startService(serviceIntent);
  /packages/apps/Email/emailsync/src/com/android/emailsync/
MailboxAlarmReceiver.java 36 context.startService(new Intent(context, SyncManager.class));
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java 32 context.startService(intent);
  /packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerReceiver.java 36 context.startService(new Intent(context, OneTimeInitializerService.class));
  /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)
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 67 * Tests the service's onCreate() method. Starts the service using startService(Intent)
71 this.startService(mStartServiceIntent);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java 47 mContext.startService(registerIntent);
81 mContext.startService(registerIntent);
89 mContext.startService(intent);
98 mContext.startService(intent);
  /packages/apps/Mms/tests/src/com/android/mms/util/
SendIntentTests.java 43 getContext().startService(intent);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 19 startService(intent);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderBroadcastReceiver.java 40 context.startService(intent);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcherTest.java 54 service.startService(actualIntent);
58 service.startService(actualIntent);
62 service.startService(actualIntent);
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 65 context.startService(i);
128 context.startService(i);
132 context.startService(i);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleReliableWriteActivity.java 54 startService(intent);
66 startService(intent);
77 startService(intent);
97 startService(intent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 49 startService(new Intent(NotifyingController.this,
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 67 startService(startIntent);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BootReceiver.java 40 context.startService(loadavg);

Completed in 1728 milliseconds

1 2 3 4 5 6 7 8 9