Searched defs:START_STICKY (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DServiceCompat.java55 public static final int START_STICKY = 1; field in class:ServiceCompat
/frameworks/base/core/java/android/app/
H A DService.java134 * onStartCommand(): {@link #START_STICKY} is used for services that are
356 * the service if it is killed. May be {@link #START_STICKY},
364 * version of {@link #START_STICKY} that does not guarantee that
384 public static final int START_STICKY = 1; field in class:Service
429 START_STICKY,
474 * {@link #onStart} and returns either {@link #START_STICKY}
510 return mStartCompatibility ? START_STICKY_COMPATIBILITY : START_STICKY;

Completed in 579 milliseconds