/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadService.java | 177 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DownloadService 178 int returnValue = super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/apps/Email/src/com/android/email/service/ |
D | MailService.java | 138 public int onStartCommand(final Intent intent, int flags, final int startId) { in onStartCommand() method in MailService 139 super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | AttachmentDownloadService.java | 928 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AttachmentDownloadService
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkService.java | 37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ImsFrameworkService
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ViewNotificationService.java | 40 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() method in ViewNotificationService
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertReminder.java | 61 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertReminder
|
D | CellBroadcastAlertAudio.java | 238 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertAudio
|
D | CellBroadcastAlertService.java | 107 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertService
|
/packages/apps/Email/src/com/android/email/provider/ |
D | WidgetProvider.java | 112 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in WidgetProvider.WidgetService
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | DictionaryService.java | 141 public synchronized int onStartCommand(final Intent intent, final int flags, in onStartCommand() method in DictionaryService
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | TimerRingService.java | 82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TimerRingService
|
D | AlarmKlaxon.java | 116 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AlarmKlaxon
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 108 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProfileService
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | MediaSaveService.java | 67 public int onStartCommand(Intent intent, int flag, int startId) { in onStartCommand() method in MediaSaveService
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainServiceTest.java | 106 @Override public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in KeyChainServiceTest
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MtpService.java | 143 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MtpService
|
D | MediaScannerService.java | 134 public int onStartCommand(Intent intent, int flags, int startId) in onStartCommand() method in MediaScannerService
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | VCardService.java | 177 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in VCardService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 178 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in GattService 182 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 55 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in StopwatchService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 209 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BluetoothPbapService
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | SmsReceiverService.java | 127 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SmsReceiverService
|
D | TransactionService.java | 186 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TransactionService
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DockService.java | 183 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DockService
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 1104 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method
|