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

/frameworks/base/core/java/android/app/
H A DService.java358 * or {@link #START_STICKY_COMPATIBILITY}.
367 public static final int START_STICKY_COMPATIBILITY = 0; field in class:Service
428 START_STICKY_COMPATIBILITY,
475 * or {@link #START_STICKY_COMPATIBILITY}.
496 * except {@link #START_STICKY_COMPATIBILITY}.
510 return mStartCompatibility ? START_STICKY_COMPATIBILITY : START_STICKY;

Completed in 66 milliseconds