/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/ |
H A D | TimerServiceTest.java | 86 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 D | RecordingServiceTest.java | 108 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 D | TestService.java | 34 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 D | LogLifecycleService.java | 43 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 D | BluetoothPairingServiceTest.java | 94 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 D | PermissionControllerLifecycleService.java | 69 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 D | MediaConnectorService.java | 67 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 D | UserSwitchMonitorService.java | 82 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 D | TelephonySipService.java | 31 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TelephonySipService
|
/aosp12/frameworks/base/tests/AmSlam/src/test/amslam/ |
H A D | PingReceiver.java | 28 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 D | ExperimentalCarService.java | 53 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 D | ReceiverService.java | 45 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 D | CrashingService.java | 56 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 D | SchedulerService.java | 31 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 D | CarAppBlockingPolicyService.java | 53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in CarAppBlockingPolicyService
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ViewNotificationService.java | 40 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 D | ServiceTest.java | 236 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 D | AsyncService.java | 94 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 D | TestService.java | 46 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 D | MessagingService.java | 72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MessagingService
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IntentService.java | 142 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 D | MyForegroundService.java | 50 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 D | MediaPlaybackService.kt | 56 override fun onStartCommand(startIntent: Intent?, flags: Int, startId: Int): Int {
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
H A D | StopwatchService.kt | 40 override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
|
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
H A D | BootUsbService.java | 69 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BootUsbService
|