Home
last modified time | relevance | path

Searched refs:onStartCommand (Results 1 – 25 of 29) sorted by relevance

12

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java177 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/
DMailService.java138 public int onStartCommand(final Intent intent, int flags, final int startId) { in onStartCommand() method in MailService
139 super.onStartCommand(intent, flags, startId); in onStartCommand()
DAttachmentDownloadService.java928 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AttachmentDownloadService
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkService.java37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ImsFrameworkService
/packages/apps/Contacts/src/com/android/contacts/
DViewNotificationService.java40 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() method in ViewNotificationService
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java61 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertReminder
DCellBroadcastAlertAudio.java238 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertAudio
DCellBroadcastAlertService.java107 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertService
/packages/apps/Email/src/com/android/email/provider/
DWidgetProvider.java112 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in WidgetProvider.WidgetService
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java141 public synchronized int onStartCommand(final Intent intent, final int flags, in onStartCommand() method in DictionaryService
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerRingService.java82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TimerRingService
DAlarmKlaxon.java116 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AlarmKlaxon
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java108 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProfileService
/packages/apps/Gallery2/src/com/android/camera/
DMediaSaveService.java67 public int onStartCommand(Intent intent, int flag, int startId) { in onStartCommand() method in MediaSaveService
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainServiceTest.java106 @Override public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in KeyChainServiceTest
/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpService.java143 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MtpService
DMediaScannerService.java134 public int onStartCommand(Intent intent, int flags, int startId) in onStartCommand() method in MediaScannerService
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java177 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in VCardService
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java178 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/
DStopwatchService.java55 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in StopwatchService
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java209 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BluetoothPbapService
/packages/apps/Mms/src/com/android/mms/transaction/
DSmsReceiverService.java127 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SmsReceiverService
DTransactionService.java186 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TransactionService
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java183 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DockService
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java1104 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method

12