Home
last modified time | relevance | path

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

12345

/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java108 mRecordingService.onStartCommand(startIntent, 0, 0); in testLogStartRecording()
116 mRecordingService.onStartCommand(stopIntent, 0, 0); in testLogStopFromQsTile()
127 mRecordingService.onStartCommand(stopIntent, 0, 0); in testLogStopFromNotificationIntent()
141 mRecordingService.onStartCommand(startIntent, 0, 0); in testErrorUpdatesState()
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
H A DTestService.java34 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestService
36 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vendorservice/
H A 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()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothPairingServiceTest.java94 mBluetoothPairingService.onStartCommand(intent, /* flags */ 0, /* startId */ 0); in receivePairingRequestAction_notificationShown()
107 mBluetoothPairingService.onStartCommand(intent, /* flags */ 0, /* startId */ 0); in receiveDismissPairingAction_cancelPairing()
121 mBluetoothPairingService.onStartCommand(intent, /* flags */ 0, /* startId */ 0); in receivePairingDialogAction_startActivity()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DPermissionControllerLifecycleService.java69 public int onStartCommand(@Nullable Intent intent, int flags, int startId) { in onStartCommand() method in PermissionControllerLifecycleService
70 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/service/
H A DMediaConnectorService.java67 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MediaConnectorService
68 super.onStartCommand(intent, flags, startId); in onStartCommand()
/aosp12/packages/services/Car/tests/UserSwitchMonitorApp/src/com/google/android/car/userswitchmonitor/
H A DUserSwitchMonitorService.java82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in UserSwitchMonitorService
100 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/components/
H A DTelephonySipService.java31 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TelephonySipService
/aosp12/frameworks/base/tests/AmSlam/src/test/amslam/
H A DPingReceiver.java28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PingReceiver
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DExperimentalCarService.java53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ExperimentalCarService
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DReceiverService.java45 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ReceiverService
/aosp12/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
H A DCrashingService.java56 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CrashingService
/aosp12/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java31 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SchedulerService
/aosp12/packages/services/Car/car-lib/src/android/car/content/pm/
H A DCarAppBlockingPolicyService.java53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CarAppBlockingPolicyService
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DViewNotificationService.java40 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() method in ViewNotificationService
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java236 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ServiceTest.RemoteService
245 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java94 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AsyncService
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
H A DTestService.java46 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestService
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/sms/
H A DMessagingService.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MessagingService
/aosp12/frameworks/base/core/java/android/app/
H A DIntentService.java142 public int onStartCommand(@Nullable Intent intent, int flags, int startId) { in onStartCommand() method in IntentService
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyForegroundService.java50 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MyForegroundService
/aosp12/packages/apps/Music/kotlin/src/com/android/music/
H A DMediaPlaybackService.kt56 override fun onStartCommand(startIntent: Intent?, flags: Int, startId: Int): Int {
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.kt40 override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DBootUsbService.java69 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BootUsbService

12345