Home
last modified time | relevance | path

Searched refs:onCreateLoader (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
DSuggestionControllerMixinCompat.java113 public Loader<List<Suggestion>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in SuggestionControllerMixinCompat
DSuggestionControllerMixin.java114 public Loader<List<Suggestion>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in SuggestionControllerMixin
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrinterRegistry.java151 public Loader<List<PrinterInfo>> onCreateLoader(int id, Bundle args) {
DAddPrinterActivity.java167 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in AddPrinterActivity.PrintServiceInfoLoaderCallbacks
240 public Loader<List<RecommendationInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in AddPrinterActivity.PrintServicePrintServiceRecommendationLoaderCallbacks
DSelectPrinterActivity.java443 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in SelectPrinterActivity
DFusedPrintersProvider.java572 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in FusedPrintersProvider.PersistenceManager
DPrintActivity.java1436 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in PrintActivity
/frameworks/base/core/java/android/app/
DLoaderManager.java78 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader() method
277 mLoader = mCallbacks.onCreateLoader(mId, mArgs); in start()
564 Loader<Object> loader = callback.onCreateLoader(id, args); in createLoader()
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java323 public Loader<BitmapResult> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in PhotoViewFragment
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java569 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in PhotoViewController
1259 public Loader<BitmapResult> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in PhotoViewController.BitmapCallback
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4496 method public abstract android.content.Loader<D> onCreateLoader(int, android.os.Bundle);
/frameworks/base/non-updatable-api/
Dcurrent.txt5217 method @Deprecated public android.content.Loader<D> onCreateLoader(int, android.os.Bundle);
/frameworks/base/api/
Dcurrent.txt5217 method @Deprecated public android.content.Loader<D> onCreateLoader(int, android.os.Bundle);