/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapReceiver.java | 56 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/ |
D | TagService.java | 131 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/ |
D | DownloadReceiver.java | 51 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()
|
D | DownloadProvider.java | 564 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/ |
D | BookmarkWidgetProvider.java | 35 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/ |
D | MediaButtonIntentReceiver.java | 65 context.startService(i); in onReceive() 118 context.startService(i); in onReceive() 122 context.startService(i); in onReceive()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkCmdReceiver.java | 48 context.startService(new Intent(context, StkAppService.class) in handleCommandMessage() 55 context.startService(new Intent(context, StkAppService.class) in handleSessionEnd()
|
D | StkLauncherActivity.java | 35 startService(new Intent(this, StkAppService.class).putExtras(args)); in onCreate()
|
D | BootCompletedReceiver.java | 38 context.startService(new Intent(context, StkAppService.class) in onReceive()
|
D | ToneDialog.java | 131 startService(new Intent(this, StkAppService.class).putExtras(args)); in sendResponse()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaScannerReceiver.java | 61 context.startService( in scan() 68 context.startService( in scanFile()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 59 context.startService(intent); in onReceiveWithPrivilege() 78 context.startService(serviceIntent); in startConfigService()
|
D | CellBroadcastAlertService.java | 126 startService(audioIntent); in handleCellBroadcastIntent() 132 startService(dbWriteIntent); in handleCellBroadcastIntent()
|
D | CellBroadcastListActivity.java | 242 startService(dbWriteIntent); in onClick() 248 startService(dbWriteIntent); in onClick()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AlertReceiver.java | 61 context.startService(serviceIntent); in onReceive() 91 context.startService(intent); in beginStartingService()
|
/packages/apps/Email/src/com/android/exchange/ |
D | MailboxAlarmReceiver.java | 35 context.startService(new Intent(context, SyncManager.class)); in onReceive()
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | ThreadingTest.java | 52 startService(null); in testFloodServiceWithStarts()
|
D | AbstractDownloadManagerFunctionalTest.java | 129 public ComponentName startService(Intent service) { in startService() method in AbstractDownloadManagerFunctionalTest.TestContext 238 startService(null); in runService()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MmsMessageSender.java | 93 mContext.startService(new Intent(mContext, TransactionService.class)); in sendMessage() 135 context.startService(new Intent(context, TransactionService.class)); in sendReadRec()
|
D | SmsReceiver.java | 82 context.startService(intent); in beginStartingService()
|
D | MmsSystemEventReceiver.java | 53 context.startService(new Intent(context, TransactionService.class)); in wakeUpService()
|
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/ |
D | DownloadProviderPermissionsTest.java | 97 getContext().startService(downloadServiceIntent); in testStartDownloadService()
|
/packages/apps/Email/src/com/android/email/ |
D | ExchangeUtils.java | 41 context.startService(new Intent(context, SyncManager.class)); in startExchangeService()
|
/packages/apps/Email/src/com/android/email/service/ |
D | EmailBroadcastProcessorService.java | 57 context.startService(i); in processBroadcastIntent()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MediaFormat.java | 60 startService(intent);
|