Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 25 of 47) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapReceiver.java56 boolean startService = true; in onReceive()
62 startService = false; in onReceive()
65 if (startService) { in onReceive()
66 context.startService(in); in onReceive()
/packages/apps/Tag/src/com/android/apps/tag/
DTagService.java131 context.startService(intent); in saveMessages()
141 context.startService(intent); in saveMyMessages()
152 context.startService(new Intent(context, EmptyService.class)); in saveMyMessage()
161 context.startService(new Intent(context, EmptyService.class)); in saveMyMessage()
186 context.startService(intent); in updateMyMessage()
192 context.startService(intent); in delete()
202 context.startService(intent); in setStar()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java51 startService(context); in onReceive()
56 startService(context); in onReceive()
59 startService(context); in onReceive()
190 private void startService(Context context) { in startService() method in DownloadReceiver
191 context.startService(new Intent(context, DownloadService.class)); in startService()
DDownloadProvider.java564 context.startService(new Intent(context, DownloadService.class)); in insert()
573 context.startService(new Intent(context, DownloadService.class)); in insert()
879 boolean startService = false; in update()
884 startService = true; in update()
896 startService = true; in update()
921 startService = true; in update()
946 if (startService) { in update()
948 context.startService(new Intent(context, DownloadService.class)); in update()
/packages/apps/Browser/src/com/android/browser/widget/
DBookmarkWidgetProvider.java35 context.startService(new Intent(BookmarkWidgetService.UPDATE, null, in onUpdate()
41 context.startService(new Intent(context, BookmarkWidgetService.class)); in onEnabled()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java65 context.startService(i); in onReceive()
118 context.startService(i); in onReceive()
122 context.startService(i); in onReceive()
/packages/apps/Stk/src/com/android/stk/
DStkCmdReceiver.java48 context.startService(new Intent(context, StkAppService.class) in handleCommandMessage()
55 context.startService(new Intent(context, StkAppService.class) in handleSessionEnd()
DStkLauncherActivity.java35 startService(new Intent(this, StkAppService.class).putExtras(args)); in onCreate()
DBootCompletedReceiver.java38 context.startService(new Intent(context, StkAppService.class) in onReceive()
DToneDialog.java131 startService(new Intent(this, StkAppService.class).putExtras(args)); in sendResponse()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerReceiver.java61 context.startService( in scan()
68 context.startService( in scanFile()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java59 context.startService(intent); in onReceiveWithPrivilege()
78 context.startService(serviceIntent); in startConfigService()
DCellBroadcastAlertService.java126 startService(audioIntent); in handleCellBroadcastIntent()
132 startService(dbWriteIntent); in handleCellBroadcastIntent()
DCellBroadcastListActivity.java242 startService(dbWriteIntent); in onClick()
248 startService(dbWriteIntent); in onClick()
/packages/apps/Calendar/src/com/android/calendar/
DAlertReceiver.java61 context.startService(serviceIntent); in onReceive()
91 context.startService(intent); in beginStartingService()
/packages/apps/Email/src/com/android/exchange/
DMailboxAlarmReceiver.java35 context.startService(new Intent(context, SyncManager.class)); in onReceive()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DThreadingTest.java52 startService(null); in testFloodServiceWithStarts()
DAbstractDownloadManagerFunctionalTest.java129 public ComponentName startService(Intent service) { in startService() method in AbstractDownloadManagerFunctionalTest.TestContext
238 startService(null); in runService()
/packages/apps/Mms/src/com/android/mms/transaction/
DMmsMessageSender.java93 mContext.startService(new Intent(mContext, TransactionService.class)); in sendMessage()
135 context.startService(new Intent(context, TransactionService.class)); in sendReadRec()
DSmsReceiver.java82 context.startService(intent); in beginStartingService()
DMmsSystemEventReceiver.java53 context.startService(new Intent(context, TransactionService.class)); in wakeUpService()
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DDownloadProviderPermissionsTest.java97 getContext().startService(downloadServiceIntent); in testStartDownloadService()
/packages/apps/Email/src/com/android/email/
DExchangeUtils.java41 context.startService(new Intent(context, SyncManager.class)); in startExchangeService()
/packages/apps/Email/src/com/android/email/service/
DEmailBroadcastProcessorService.java57 context.startService(i); in processBroadcastIntent()
/packages/apps/Settings/src/com/android/settings/
DMediaFormat.java60 startService(intent);

12