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

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

Completed in 250 milliseconds