HomeSort by relevance Sort by last modified time
    Searched refs:onStartCommand (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 37 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ToastService.java 43 public int onStartCommand(Intent intent, int flags, int startId) {
45 return super.onStartCommand(intent, flags, startId);
PhoneService.java 47 public int onStartCommand(Intent intent, int flags, int startId) {
49 return super.onStartCommand(intent, flags, startId);
ProgressService.java 70 public int onStartCommand(Intent intent, int flags, int startId) {
72 return super.onStartCommand(intent, flags, startId);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 40 public int onStartCommand(Intent intent, int flags, int startId) {
41 Log.v(TAG, "MyForegroundService.onStartCommand(): " + intent);
MyService.java 41 public int onStartCommand(Intent intent, int flags, int startId) {
42 Log.d(TAG, "MyService.onStartCommand: " + intent);
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 38 public int onStartCommand(Intent intent, int flags, int startId) {
39 Log.i(TAG, "onStartCommand received");
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ReceiverService.java 45 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 28 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/services/Telephony/src/com/android/phone/
HfaService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingService.java 70 public int onStartCommand(Intent intent, int flags, int startId) {
71 logger.debug("onStartCommand(), intent: " + intent +
79 return super.onStartCommand(intent, flags, startId);
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DismissListener.java 71 public int onStartCommand(Intent intent, int flags, int startId) {
83 return super.onStartCommand(intent, flags, startId);
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DismissListener.java 71 public int onStartCommand(Intent intent, int flags, int startId) {
83 return super.onStartCommand(intent, flags, startId);
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DismissListener.java 71 public int onStartCommand(Intent intent, int flags, int startId) {
83 return super.onStartCommand(intent, flags, startId);
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainInteractionService.java 38 public int onStartCommand(Intent intent, int flags, int startId) {
39 Log.i(TAG, "onStartCommand received");
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 41 public int onStartCommand(Intent intent, int flags, int startId) {
FgService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionService.java 38 public int onStartCommand(Intent intent, int flags, int startId) {
40 Log.i(TAG, "onStartCommand received_testcasetype = " +
  /frameworks/base/core/java/android/app/
IntentService.java 88 * {@link #onStartCommand(Intent, int, int)} will return
95 * {@link #onStartCommand(Intent, int, int)} will return
129 * @see android.app.Service#onStartCommand
132 public int onStartCommand(@Nullable Intent intent, int flags, int startId) {
166 * {@link android.app.Service#onStartCommand}
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 40 /** The command sent when a onStartCommand is invoked */
57 * The flags returned by onStartCommand on how to restart.
94 public int onStartCommand(Intent intent, int flags, int startId) {
95 if (DBG) Slog.d(TAG, "onStartCommand");
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 40 public int onStartCommand(Intent intent, int flags, final int startId) {
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 43 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 53 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/services/Car/service/src/com/android/car/
CarService.java 49 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 39 public int onStartCommand(Intent intent, int flags, int startId) {

Completed in 1112 milliseconds

1 2 3 4 5 6 7