Home | History | Annotate | Download | only in content

Lines Matching refs:loadInBackground

148      * when the last {@link #loadInBackground()} call has completed until
210 * @param data The value that was returned by {@link #loadInBackground}, or null
297 public abstract D loadInBackground();
300 * Calls {@link #loadInBackground()}.
303 * Subclasses should override {@link #loadInBackground} instead of this method.
309 * @see #loadInBackground
312 return loadInBackground();
318 * Override this method to abort the current invocation of {@link #loadInBackground}
321 * This method should do nothing if {@link #loadInBackground} has not started
324 * @see #loadInBackground
330 * Returns true if the current invocation of {@link #loadInBackground} is being canceled.
332 * @return True if the current invocation of {@link #loadInBackground} is being canceled.
334 * @see #loadInBackground