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

/frameworks/base/core/java/android/app/
H A DService.java357 * or {@link #START_STICKY_COMPATIBILITY}.
366 public static final int START_STICKY_COMPATIBILITY = 0; field in class:Service
426 START_STICKY_COMPATIBILITY,
472 * or {@link #START_STICKY_COMPATIBILITY}.
485 * except {@link #START_STICKY_COMPATIBILITY}.
498 return mStartCompatibility ? START_STICKY_COMPATIBILITY : START_STICKY;

Completed in 8 milliseconds