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

/frameworks/base/core/java/android/app/
H A DService.java320 * or {@link #START_STICKY_COMPATIBILITY}.
329 public static final int START_STICKY_COMPATIBILITY = 0; field in class:Service
416 * or {@link #START_STICKY_COMPATIBILITY}.
437 * except {@link #START_STICKY_COMPATIBILITY}.
451 return mStartCompatibility ? START_STICKY_COMPATIBILITY : START_STICKY;

Completed in 113 milliseconds