HomeSort by relevance Sort by last modified time
    Searched refs:startService (Results 176 - 200 of 261) sorted by null

1 2 3 4 5 6 78 91011

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 69 context.startService(new Intent(context, BluetoothOppService.class));
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 543 startService(intent);
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 240 activity.startService(serviceIntent);
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 371 startService(new Intent(TransactionService.ACTION_ENABLE_AUTO_RETRIEVE, null, this,
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 255 mContext.startService(new Intent(mContext, StkAppService.class)
StkMenuActivity.java 490 mContext.startService(new Intent(mContext, StkAppService.class)
  /packages/services/Telephony/src/com/android/phone/
NetworkSetting.java 259 // long as startService is called) until a stopservice request is made. Since
262 startService (new Intent(this, NetworkQueryService.class));
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 448 public ComponentName startService(Intent service) {
449 AsyncQueryServiceTest.this.startService(service);
  /system/netd/server/
MDnsSdListener.cpp 471 if (mMonitor->startService()) {
557 int MDnsSdListener::Monitor::startService() {
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 611 // is disconnected. Call startService(Intent) and then stopSelf(..) when we no longer
613 startService(new Intent(getApplicationContext(), MusicService.class));
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 611 // is disconnected. Call startService(Intent) and then stopSelf(..) when we no longer
613 startService(new Intent(getApplicationContext(), MusicService.class));
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 611 // is disconnected. Call startService(Intent) and then stopSelf(..) when we no longer
613 startService(new Intent(getApplicationContext(), MusicService.class));
    [all...]
  /frameworks/base/core/java/android/content/
Context.java 164 * explicit call to {@link #startService}. Even without that, though,
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 208 startService(intent);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 106 context.startService(si);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 350 // an AsyncTask, and we startService to ensure that we stick around long enough for the
352 startService(new Intent(this, EasService.class));
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 440 context.startService(new Intent(context, BluetoothPhoneService.class));
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 376 getContext().startService(grantIntent);
385 getContext().startService(grantIntent);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 468 this.startService(setIntent);
473 this.startService(clearIntent);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 462 // Check startService
747 contextWrapper.startService(service);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 560 mContext.startService(i);
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 43 /** Intents provided to {@link #startService}. */
56 public ComponentName startService(Intent intent) {
461 // Note: we are manipulating the service object directly, rather than through startService,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 183 context.startService(intent);
    [all...]
AlertService.java 238 startService(intent);
    [all...]

Completed in 1626 milliseconds

1 2 3 4 5 6 78 91011