/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
D | ToastService.java | 43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ToastService 45 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | PhoneService.java | 47 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PhoneService 49 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | ProgressService.java | 70 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/ |
D | DownloadService.java | 235 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/ |
D | ImsFrameworkService.java | 37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ImsFrameworkService
|
/packages/services/Telephony/src/com/android/phone/ |
D | HfaService.java | 39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in HfaService
|
/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/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | UserSwitchListenerService.java | 126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in UserSwitchListenerService
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamReceiveService.java | 55 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BeamReceiveService
|
D | BeamSendService.java | 82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BeamSendService
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertReminder.java | 64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertReminder
|
D | CellBroadcastAlertAudio.java | 268 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertAudio
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | TimerRingService.java | 80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TimerRingService
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | DictionaryService.java | 161 public synchronized int onStartCommand(final Intent intent, final int flags, in onStartCommand() method in DictionaryService
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | PeripheralHandoverService.java | 101 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PeripheralHandoverService
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmService.java | 217 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AlarmService
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 135 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProcessingService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 120 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ProfileService
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | MmsService.java | 310 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MmsService
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | MemoryTracker.java | 189 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MemoryTracker
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MtpService.java | 112 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/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/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
D | DeviceOwnerProvisioningService.java | 114 public int onStartCommand(final Intent intent, int flags, int startId) { in onStartCommand() method in DeviceOwnerProvisioningService
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | VCardService.java | 135 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in VCardService
|