/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapReceiver.java | 56 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/ |
D | DownloadReceiver.java | 56 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/ |
D | EmailServiceUtils.java | 40 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()
|
D | EmailBroadcastProcessorService.java | 82 context.startService(i); in processBroadcastIntent() 94 context.startService(i); in processDevicePolicyMessage()
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
D | CallLogReceiver.java | 41 context.startService(serviceIntent); in onReceive() 45 context.startService(serviceIntent); in onReceive()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaButtonIntentReceiver.java | 65 context.startService(i); in onReceive() 128 context.startService(i); in onReceive() 132 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()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/service/ |
D | ExchangeBroadcastProcessorService.java | 57 context.startService(i); in processBroadcastIntent() 83 startService(new Intent(this, ExchangeService.class)); in onBootCompleted()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaScannerReceiver.java | 63 context.startService( in scan() 70 context.startService( in scanFile()
|
D | UsbReceiver.java | 45 context.startService(intent); in onReceive()
|
/packages/apps/KeyChain/src/com/android/keychain/ |
D | KeyChainBroadcastReceiver.java | 12 context.startService(intent); in onReceive()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MessageStatusReceiver.java | 32 context.startService(intent); in onReceive()
|
D | MmsMessageSender.java | 125 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/ |
D | MailboxAlarmReceiver.java | 35 context.startService(new Intent(context, ExchangeService.class)); in onReceive()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 63 context.startService(intent); in onReceiveWithPrivilege() 163 context.startService(serviceIntent); in startConfigService()
|
/packages/apps/Mms/tests/src/com/android/mms/util/ |
D | SendIntentTests.java | 43 getContext().startService(intent); in testPermissionRequired()
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | ThreadingTest.java | 52 startService(null); in testFloodServiceWithStarts()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProviderBroadcastReceiver.java | 40 context.startService(intent); in onReceive()
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkReceiver.java | 34 if (context.startService(intent) == null) { in onReceive()
|
/packages/apps/Mms/apptests/src/com/android/mms/tests/ |
D | SmsSendIntentTestActivity.java | 133 startService(intent); in sendMessageUnlockScreen() 161 startService(intent); in sendMessage()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PackageIntentReceiver.java | 54 context.startService(intentToForward); in handlePackageChangedForVoicemail()
|
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/ |
D | DownloadProviderPermissionsTest.java | 97 getContext().startService(downloadServiceIntent); in testStartDownloadService()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | Compatibility.java | 78 startService(updateIntent); in onCreate() 104 context.startService(updateIntent); in onReceive()
|