Searched refs:startService (Results 1 - 25 of 114) sorted by relevance

12345

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapReceiver.java58 boolean startService = true;
67 startService = false;
73 startService = false;
76 if (startService) {
78 context.startService(in);
/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingServiceManager.java87 startService();
145 startService();
155 private void startService() { method in class:ProcessingServiceManager
156 mAppContext.startService(new Intent(mAppContext, ProcessingService.class));
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainBroadcastReceiver.java12 context.startService(intent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DEventHandler.java44 context.startService(intent);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogReceiver.java41 context.startService(serviceIntent);
45 context.startService(serviceIntent);
H A DCallLogNotificationsHelper.java38 context.startService(serviceIntent);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessageStatusReceiver.java32 context.startService(intent);
H A DMmsPushOutboxMessages.java43 context.startService(new Intent(context, TransactionService.class));
H A DSmsReceiver.java81 context.startService(intent);
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
H A DOneTimeInitializerReceiver.java36 context.startService(new Intent(context, OneTimeInitializerService.class));
/packages/apps/Stk/src/com/android/stk/
H A DStkLauncherActivity.java35 startService(new Intent(this, StkAppService.class).putExtras(args));
H A DStkCmdReceiver.java51 context.startService(new Intent(context, StkAppService.class)
58 context.startService(new Intent(context, StkAppService.class)
76 context.startService(new Intent(context, StkAppService.class)
H A DBootCompletedReceiver.java38 context.startService(new Intent(context, StkAppService.class)
/packages/apps/Mms/tests/src/com/android/mms/util/
H A DSendIntentTests.java43 getContext().startService(intent);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationShowcaseActivity.java19 startService(intent);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProviderBroadcastReceiver.java40 context.startService(intent);
/packages/apps/Music/src/com/android/music/
H A DMediaButtonIntentReceiver.java65 context.startService(i);
128 context.startService(i);
132 context.startService(i);
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
H A DImsFrameworkReceiver.java34 if (context.startService(intent) == null) {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaScannerReceiver.java75 context.startService(
82 context.startService(
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadReceiver.java67 startService(context);
70 startService(context);
77 startService(context);
91 startService(context);
252 private void startService(Context context) { method in class:DownloadReceiver
253 context.startService(new Intent(context, DownloadService.class));
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DThreadingTest.java50 * Test for race conditions when the service is flooded with startService() calls while running
57 startService(null);
80 startService(null);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDirectoryContactUtil.java46 context.startService(serviceIntent);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPackagesMonitor.java40 context.startService(intent);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPackageIntentReceiver.java54 context.startService(intentToForward);
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
H A DDownloadProviderPermissionsTest.java97 getContext().startService(downloadServiceIntent);

Completed in 1376 milliseconds

12345