Searched refs:isLoadInBackgroundCanceled (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DUriDerivativeLoader.java41 if (isLoadInBackgroundCanceled()) {
H A DDirectoryLoader.java93 if (isLoadInBackgroundCanceled()) {
/frameworks/base/core/java/android/content/
H A DCursorLoader.java59 if (isLoadInBackgroundCanceled()) {
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

Completed in 134 milliseconds