Home
last modified time | relevance | path

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

12

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DToastService.java43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ToastService
45 return super.onStartCommand(intent, flags, startId); in onStartCommand()
DPhoneService.java47 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PhoneService
49 return super.onStartCommand(intent, flags, startId); in onStartCommand()
DProgressService.java70 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProgressService
72 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java235 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DownloadService
236 int returnValue = super.onStartCommand(intent, flags, startId); in onStartCommand()
/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/services/Telephony/src/com/android/phone/
DHfaService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in HfaService
/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/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in UserSwitchListenerService
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java55 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BeamReceiveService
DBeamSendService.java82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BeamSendService
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertReminder
DCellBroadcastAlertAudio.java268 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertAudio
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerRingService.java80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TimerRingService
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java161 public synchronized int onStartCommand(final Intent intent, final int flags, in onStartCommand() method in DictionaryService
/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java101 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PeripheralHandoverService
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.java217 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AlarmService
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java135 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProcessingService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java120 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProfileService
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsService.java310 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MmsService
/packages/apps/Launcher3/src/com/android/launcher3/
DMemoryTracker.java189 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MemoryTracker
/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpService.java112 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/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/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DDeviceOwnerProvisioningService.java114 public int onStartCommand(final Intent intent, int flags, int startId) { in onStartCommand() method in DeviceOwnerProvisioningService
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java135 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in VCardService

12