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

12 3 4 5 6 7 8 9

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java 53 context.startService(serviceIntent);
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsPushOutboxMessages.java 43 context.startService(new Intent(context, TransactionService.class));
SmsReceiver.java 81 context.startService(intent);
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkReceiver.java 34 if (context.startService(intent) == null) {
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 58 mContext.startService(addIntent);
86 mContext.startService(mIntent);
ServiceTest.java 137 mContext.startService(new Intent(service).putExtras(bundle));
140 mContext.startService(new Intent(service).putExtras(bundle));
155 mContext.startService(service);
165 * In this mode, it's started by calling Context.startService()
169 * no matter how many times startService() was called.
186 mContext.startService(service);
217 mContext.startService(service);
243 mContext.startService(service);
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
TestableInvalidationService.java 40 /** Intents given to {@link #startService}. */
79 public ComponentName startService(Intent intent) {
81 return super.startService(intent);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
ThreadingTest.java 49 * Test for race conditions when the service is flooded with startService() calls while running
56 startService(null);
77 startService(null);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 75 context.startService(
82 context.startService(
MtpReceiver.java 55 context.startService(intent);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 70 startService(context);
76 startService(context);
82 startService(context);
85 startService(context);
233 private void startService(Context context) {
234 context.startService(new Intent(context, DownloadService.class));
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 56 mContext.startService(i);
72 mContext.startService(i);
83 mContext.startService(i);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 201 getContext().startService(new Intent(service).putExtras(bundle));
205 getContext().startService(new Intent(service).putExtras(bundle));
225 getContext().startService(service);
240 getContext().startService(service);
275 getContext().startService(service);
305 getContext().startService(service);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleNotifyCharacteristicActivity.java 59 startService(intent);
82 startService(intent);
BleReadWriteActivity.java 81 startService(intent);
91 startService(intent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 231 startService(new Intent(Controller.this,
239 startService(new Intent(Controller.this,
247 startService(new Intent(Controller.this,
256 startService(new Intent(Controller.this,
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 63 startService(intent);
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 67 startService(mServiceIntent);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 73 startService();
210 startService();
223 private void startService() {
225 if (mDebug) Log.d(mTag, "startService mServiceName=" + mServiceName);
262 startService();
  /frameworks/support/v4/java/android/support/v4/content/
WakefulBroadcastReceiver.java 42 * {@link android.content.Context#startService startService()}, except that
67 * Do a {@link android.content.Context#startService(android.content.Intent)
68 * Context.startService}, but holding a wake lock while the service starts.
77 * {@link android.content.Context#startService(android.content.Intent)
78 * Context.startService}.
89 ComponentName comp = context.startService(intent);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 40 context.startService(intent);
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 64 getActivity().startService(intent);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PackageIntentReceiver.java 54 context.startService(intentToForward);
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 97 getContext().startService(downloadServiceIntent);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 60 context.startService(intent);
75 context.startService(intent);

Completed in 531 milliseconds

12 3 4 5 6 7 8 9