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

/frameworks/base/core/java/android/app/
H A DService.java79 * onStartCommand(): {@link #START_STICKY} is used for services that are
197 * the service if it is killed. May be {@link #START_STICKY},
205 * version of {@link #START_STICKY} that does not guarantee that
225 public static final int START_STICKY = 1; field in class:Service
287 * {@link #onStart} and returns either {@link #START_STICKY}
307 return mStartCompatibility ? START_STICKY_COMPATIBILITY : START_STICKY;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11333 case Service.START_STICKY: {

Completed in 180 milliseconds