Home
last modified time | relevance | path

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

1234

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapReceiver.java56 boolean startService = true; in onReceive()
62 startService = false; in onReceive()
68 startService = false; in onReceive()
71 if (startService) { in onReceive()
72 context.startService(in); in onReceive()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java56 startService(context); in onReceive()
62 startService(context); in onReceive()
68 startService(context); in onReceive()
71 startService(context); in onReceive()
213 private void startService(Context context) { in startService() method in DownloadReceiver
214 context.startService(new Intent(context, DownloadService.class)); in startService()
/packages/apps/Email/src/com/android/email/service/
DEmailServiceUtils.java40 public static void startService(Context context, String intentAction) { in startService() method in EmailServiceUtils
41 context.startService(new Intent(intentAction)); in startService()
64 startService(context, EmailServiceProxy.EXCHANGE_INTENT); in startExchangeService()
DEmailBroadcastProcessorService.java82 context.startService(i); in processBroadcastIntent()
94 context.startService(i); in processDevicePolicyMessage()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogReceiver.java41 context.startService(serviceIntent); in onReceive()
45 context.startService(serviceIntent); in onReceive()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java65 context.startService(i); in onReceive()
128 context.startService(i); in onReceive()
132 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()
/packages/apps/Exchange/exchange2/src/com/android/exchange/service/
DExchangeBroadcastProcessorService.java57 context.startService(i); in processBroadcastIntent()
83 startService(new Intent(this, ExchangeService.class)); in onBootCompleted()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerReceiver.java63 context.startService( in scan()
70 context.startService( in scanFile()
DUsbReceiver.java45 context.startService(intent); in onReceive()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainBroadcastReceiver.java12 context.startService(intent); in onReceive()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessageStatusReceiver.java32 context.startService(intent); in onReceive()
DMmsMessageSender.java125 mContext.startService(new Intent(mContext, TransactionService.class)); in sendMessage()
167 context.startService(new Intent(context, TransactionService.class)); in sendReadRec()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DMailboxAlarmReceiver.java35 context.startService(new Intent(context, ExchangeService.class)); in onReceive()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java63 context.startService(intent); in onReceiveWithPrivilege()
163 context.startService(serviceIntent); in startConfigService()
/packages/apps/Mms/tests/src/com/android/mms/util/
DSendIntentTests.java43 getContext().startService(intent); in testPermissionRequired()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DThreadingTest.java52 startService(null); in testFloodServiceWithStarts()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProviderBroadcastReceiver.java40 context.startService(intent); in onReceive()
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkReceiver.java34 if (context.startService(intent) == null) { in onReceive()
/packages/apps/Mms/apptests/src/com/android/mms/tests/
DSmsSendIntentTestActivity.java133 startService(intent); in sendMessageUnlockScreen()
161 startService(intent); in sendMessage()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPackageIntentReceiver.java54 context.startService(intentToForward); in handlePackageChangedForVoicemail()
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DDownloadProviderPermissionsTest.java97 getContext().startService(downloadServiceIntent); in testStartDownloadService()
/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java78 startService(updateIntent); in onCreate()
104 context.startService(updateIntent); in onReceive()

1234