Searched refs:takeContentChanged (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java67 if (takeContentChanged() || mResult == null) {
H A DUriDerivativeLoader.java97 if (takeContentChanged() || mResult == null) {
H A DDirectoryLoader.java227 if (takeContentChanged() || mResult == null) {
H A DRecentLoader.java285 if (takeContentChanged() || mResult == null) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java117 if (takeContentChanged() || mBitmap == null) {
/frameworks/base/core/java/android/content/
H A DCursorLoader.java157 if (takeContentChanged() || mCursor == null) {
H A DLoader.java460 public boolean takeContentChanged() { method in class:Loader
469 * was returned by {@link #takeContentChanged}. This is for use with
480 * was returned by {@link #takeContentChanged()} and would like to rollback
495 * so that {@link #takeContentChanged()} returns true.
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java120 if (takeContentChanged() || mCursor == null) {
H A DLoader.java313 public boolean takeContentChanged() { method in class:Loader
322 * was returned by {@link #takeContentChanged}. This is for use with
333 * was returned by {@link #takeContentChanged()} and would like to rollback
348 * so that {@link #takeContentChanged()} returns true.

Completed in 237 milliseconds