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

/frameworks/base/core/java/android/app/
H A DService.java232 * may want to use {@link #START_FLAG_REDELIVERY} to have the system
408 public static final int START_FLAG_REDELIVERY = 0x0001; field in class:Service
447 * 0, {@link #START_FLAG_REDELIVERY}, or {@link #START_FLAG_RETRY}.
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1562 flags |= Service.START_FLAG_REDELIVERY;

Completed in 71 milliseconds