Searched defs:onCreateLoader (Results 1 - 21 of 21) sorted by relevance

/frameworks/support/fragment/tests/java/android/support/v4/app/test/
H A DLoaderActivity.java53 public Loader<String> onCreateLoader(int id, Bundle args) { method in class:LoaderActivity.TextLoaderCallback
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCursorSupport.java149 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:LoaderCursorSupport.CursorLoaderListFragment
H A DLoaderRetainedSupport.java143 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:LoaderRetainedSupport.CursorLoaderListFragment
H A DLoaderCustomSupport.java474 @Override public Loader<List<AppEntry>> onCreateLoader(int id, Bundle args) { method in class:LoaderCustomSupport.AppListFragment
H A DLoaderThrottleSupport.java490 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:LoaderThrottleSupport.ThrottledLoaderListFragment
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCursorSupport.java149 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:LoaderCursorSupport.CursorLoaderListFragment
H A DLoaderRetainedSupport.java143 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:LoaderRetainedSupport.CursorLoaderListFragment
H A DLoaderCustomSupport.java474 @Override public Loader<List<AppEntry>> onCreateLoader(int id, Bundle args) { method in class:LoaderCustomSupport.AppListFragment
H A DLoaderThrottleSupport.java490 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:LoaderThrottleSupport.ThrottledLoaderListFragment
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java115 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:CursorFragment
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java150 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { method in class:PaletteActivity.PaletteMediaStoreListFragment
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
H A DCursorFragment.java115 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:CursorFragment
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java150 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { method in class:PaletteActivity.PaletteMediaStoreListFragment
/frameworks/base/core/java/android/app/
H A DLoaderManager.java70 public Loader<D> onCreateLoader(int id, Bundle args); method in interface:LoaderManager.LoaderCallbacks
269 mLoader = mCallbacks.onCreateLoader(mId, mArgs);
275 "Object returned from onCreateLoader must not be a non-static inner member class: "
556 Loader<Object> loader = callback.onCreateLoader(id, args);
602 * {@link LoaderCallbacks#onCreateLoader(int, Bundle) LoaderCallbacks.onCreateLoader()}.
604 * Its onCreateLoader() method will be called while inside of the function to
652 * {@link LoaderCallbacks#onCreateLoader(int, Bundle) LoaderCallbacks.onCreateLoader()}.
654 * Its onCreateLoader() metho
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java167 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { method in class:AddPrinterActivity.PrintServiceInfoLoaderCallbacks
240 public Loader<List<RecommendationInfo>> onCreateLoader(int id, Bundle args) { method in class:AddPrinterActivity.PrintServicePrintServiceRecommendationLoaderCallbacks
H A DSelectPrinterActivity.java438 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { method in class:SelectPrinterActivity
H A DFusedPrintersProvider.java572 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { method in class:FusedPrintersProvider.PersistenceManager
H A DPrintActivity.java1399 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { method in class:PrintActivity
/frameworks/support/fragment/java/android/support/v4/app/
H A DLoaderManager.java51 public Loader<D> onCreateLoader(int id, Bundle args); method in interface:LoaderManager.LoaderCallbacks
256 mLoader = mCallbacks.onCreateLoader(mId, mArgs);
262 "Object returned from onCreateLoader must not be a non-static inner member class: "
539 Loader<Object> loader = callback.onCreateLoader(id, args);
585 * {@link android.support.v4.app.LoaderManager.LoaderCallbacks#onCreateLoader(int, Bundle) LoaderCallbacks.onCreateLoader()}.
587 * Its onCreateLoader() method will be called while inside of the function to
636 * {@link android.support.v4.app.LoaderManager.LoaderCallbacks#onCreateLoader(int, Bundle) LoaderCallbacks.onCreateLoader()}.
638 * Its onCreateLoader() metho
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java323 public Loader<BitmapResult> onCreateLoader(int id, Bundle args) { method in class:PhotoViewFragment
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java569 public Loader<Cursor> onCreateLoader(int id, Bundle args) { method in class:PhotoViewController
1259 public Loader<BitmapResult> onCreateLoader(int id, Bundle args) { method in class:PhotoViewController.BitmapCallback

Completed in 629 milliseconds