Searched refs:initLoader (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java120 getLoaderManager().initLoader(LOADER_ID_ENABLED_SERVICES, null, printServiceLoaderCallbacks);
121 getLoaderManager().initLoader(LOADER_ID_DISABLED_SERVICES, null, printServiceLoaderCallbacks);
122 getLoaderManager().initLoader(LOADER_ID_RECOMMENDED_SERVICES, null,
124 getLoaderManager().initLoader(LOADER_ID_ALL_SERVICES, null, printServiceLoaderCallbacks);
H A DPrinterRegistry.java65 activity.getLoaderManager().initLoader(loaderId, loaderData, mLoaderCallbacks);
H A DSelectPrinterActivity.java153 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this);
H A DFusedPrintersProvider.java564 activity.getLoaderManager().initLoader(internalLoaderId, null,
H A DPrintActivity.java285 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this);
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java70 getLoaderManager().initLoader(0, null, this);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCursorSupport.java96 getLoaderManager().initLoader(0, null, this);
H A DLoaderRetainedSupport.java98 getLoaderManager().initLoader(0, null, this);
H A DLoaderCustomSupport.java431 getLoaderManager().initLoader(0, null, this);
H A DLoaderThrottleSupport.java418 getLoaderManager().initLoader(0, null, this);
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java70 getLoaderManager().initLoader(0, null, this);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCursorSupport.java96 getLoaderManager().initLoader(0, null, this);
H A DLoaderRetainedSupport.java98 getLoaderManager().initLoader(0, null, this);
H A DLoaderCustomSupport.java431 getLoaderManager().initLoader(0, null, this);
H A DLoaderThrottleSupport.java418 getLoaderManager().initLoader(0, null, this);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java277 getLoaderManager().initLoader(PhotoViewCallbacks.BITMAP_LOADER_THUMBNAIL,
283 getLoaderManager().initLoader(PhotoViewCallbacks.BITMAP_LOADER_PHOTO,
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java102 getLoaderManager().initLoader(0, null, this);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java102 getLoaderManager().initLoader(0, null, this);
/frameworks/base/core/java/android/app/
H A DLoaderManager.java145 public abstract <D> Loader<D> initLoader(int id, Bundle args, method in class:LoaderManager
608 public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { method in class:LoaderManagerImpl
615 if (DEBUG) Log.v(TAG, "initLoader in " + this + ": args=" + args);
/frameworks/support/fragment/java/android/support/v4/app/
H A DLoaderManager.java126 public abstract <D> Loader<D> initLoader(int id, Bundle args, method in class:LoaderManager
592 public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { method in class:LoaderManagerImpl
599 if (DEBUG) Log.v(TAG, "initLoader in " + this + ": args=" + args);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java329 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
343 mActivity.getSupportLoaderManager().initLoader(
466 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);
1233 mActivity.getSupportLoaderManager().initLoader(LOADER_PHOTO_LIST, null, this);

Completed in 462 milliseconds