Searched refs:START_NOT_STICKY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIntentService.java93 * {@link Service#START_NOT_STICKY}, and if the process dies, the Intent
131 return mRedelivery ? START_REDELIVER_INTENT : START_NOT_STICKY;
H A DService.java131 * explicitly started and stopped as needed, while {@link #START_NOT_STICKY}
307 * {@link #START_NOT_STICKY}, {@link #START_REDELIVER_INTENT},
358 public static final int START_NOT_STICKY = 2; field in class:Service
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11628 case Service.START_NOT_STICKY: {

Completed in 770 milliseconds