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

1 2 3 45 6 7 8 9

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 279 context.startService(new Intent(context, BluetoothOppService.class));
286 context.startService(new Intent(context, BluetoothOppService.class));
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 349 mContext.startService(intent);
468 mContext.startService(intent);
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 358 setting.startService();
423 public void startService() {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 466 context.startService(new Intent(context, DownloadService.class));
690 context.startService(new Intent(context, DownloadService.class));
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerStartActivity.java 60 startService(new Intent(this, BleServerService.class));
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 210 startService(new Intent(BadBehaviorActivity.this, BadService.class));
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 300 startService(secureWebServerIntent);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 203 getActivity().startService(mServiceIntent);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPendingIntent.java 55 context.startService(savedIntent);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 96 startService(new Intent(TrackerActivity.this,
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 73 context.startService(service);
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 262 startService(intent);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NfcImportVCardActivity.java 203 startService(intent);
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 86 context.startService(serviceIntent);
93 public static void startService(Context context, String protocol) {
97 context.startService(serviceIntent);
108 context.startService(serviceIntent);
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 163 context.startService(intent);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 205 // an AsyncTask, and we startService to ensure that we stick around long enough for the
207 startService(new Intent(this, EasService.class));
PingSyncSynchronizer.java 262 // TODO: Is this too late to startService?
265 mService.startService(new Intent(mService, mService.getClass()));
  /packages/apps/Launcher3/src/com/android/launcher3/
MemoryTracker.java 87 context.startService(new Intent(context, MemoryTracker.class)
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 135 mContext.startService(svc);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 330 mContext.startService(new Intent(mContext, StkAppService.class)
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 135 public ComponentName startService(Intent service) {
DownloadProviderFunctionalTest.java 117 startService(null);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 222 startService(new Intent(MediaScannerService.this,
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 398 startService(intent);
420 startService(new Intent(this, BluetoothPhoneService.class));
    [all...]
RejectWithTextMessageManager.java 158 PhoneGlobals.getInstance().startService(intent);

Completed in 474 milliseconds

1 2 3 45 6 7 8 9