Home
last modified time | relevance | path

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

123

/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
DTimerServiceTest.java86 timerService.onStartCommand(getTimerServiceIntent(), 0, 0)); in verifyIntentsHonored_whileTimersFire()
93 timerService.onStartCommand(getTimerServiceIntent(), 0, 1)); in verifyIntentsHonored_whileTimersFire()
100 timerService.onStartCommand(getTimerServiceIntent(), 0, 2)); in verifyIntentsHonored_whileTimersFire()
124 assertEquals(START_NOT_STICKY, timerService.onStartCommand(timerServiceIntent, 0, 0)); in verifyIntentsHonored_ifNoTimersAreExpired()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vendorservice/
DLogLifecycleService.java43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in LogLifecycleService
46 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/packages/apps/Car/Media/src/com/android/car/media/service/
DMediaConnectorService.java65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MediaConnectorService
66 super.onStartCommand(intent, flags, startId); in onStartCommand()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/components/
DTelephonySipService.java31 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TelephonySipService
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/
DCalendarSyncService.java60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CalendarSyncService
/packages/apps/Car/Radio/src/com/android/car/radio/service/
DRadioAppService.java142 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in RadioAppService
151 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/packages/services/Car/service/src/com/android/car/
DPerUserCarService.java53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PerUserCarService
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarAppBlockingPolicyService.java53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CarAppBlockingPolicyService
/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/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DSendDpcBroadcastService.java42 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SendDpcBroadcastService
/packages/apps/Music/kotlin/src/com/android/music/
DMediaPlaybackService.kt56 override fun onStartCommand(startIntent: Intent?, flags: Int, startId: Int): Int { in onStartCommand() method in com.android.music.MediaPlaybackService
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.kt40 override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int { in onBind() method in com.android.deskclock.stopwatch.StopwatchService
DStopwatchService.java59 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in StopwatchService
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvService.java58 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AudioOnlyTvService
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java63 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand() method in MediaPlaybackService
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DBootUsbService.java82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BootUsbService
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationService.java60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationService
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java41 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/providers/MediaProvider/src/com/android/providers/media/
DRingtoneOverlayService.java49 public int onStartCommand(@Nullable final Intent intent, final int flags, final int startId) { in onStartCommand() method in RingtoneOverlayService
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java134 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in UserSwitchListenerService
/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/DeskClock/src/com/android/deskclock/timer/
DTimerService.kt48 override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int { in onStartCommand() method in com.android.deskclock.timer.TimerService
/packages/services/Telephony/src/com/android/phone/otasp/
DOtaspActivationService.java97 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in OtaspActivationService
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CellBroadcastAlertReminder

123