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

/frameworks/base/core/java/android/content/
H A DLoader.java174 * Return whether this load has been started. That is, its {@link #startLoading()}
221 public final void startLoading() { method in class:Loader
230 * as per {@link #startLoading()}. This is not called by clients directly,
231 * but as a result of a call to {@link #startLoading()}.
237 * Force an asynchronous load. Unlike {@link #startLoading()} this will ignore a previously
262 * <p>Stops delivery of updates until the next time {@link #startLoading()} is called.
267 * if {@link #startLoading()} is later called.
326 * {@link #startLoading()} may later be called at which point it must be
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java152 * Return whether this load has been started. That is, its {@link #startLoading()}
193 public final void startLoading() { method in class:Loader
202 * as per {@link #startLoading()}. This is not called by clients directly,
203 * but as a result of a call to {@link #startLoading()}.
209 * Force an asynchronous load. Unlike {@link #startLoading()} this will ignore a previously
228 * Stops delivery of updates until the next time {@link #startLoading()} is called.
233 * if {@link #startLoading()} is later called.
280 * {@link #startLoading()} may later be called at which point it must be

Completed in 85 milliseconds