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

/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java280 * {@link #isLoadInBackgroundCanceled} and terminate when it returns true.
282 * directly instead of polling {@link #isLoadInBackgroundCanceled}.
293 * @see #isLoadInBackgroundCanceled
336 public boolean isLoadInBackgroundCanceled() { method in class:AsyncTaskLoader
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java264 * {@link #isLoadInBackgroundCanceled} and terminate when it returns true.
266 * directly instead of polling {@link #isLoadInBackgroundCanceled}.
277 * @see #isLoadInBackgroundCanceled
320 public boolean isLoadInBackgroundCanceled() { method in class:AsyncTaskLoader

Completed in 7215 milliseconds