Home
last modified time | relevance | path

Searched refs:onCreateLoader (Results 1 – 15 of 15) 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.java571 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in FusedPrintersProvider.PersistenceManager
DPrintActivity.java1438 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/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryConsumerPickerActivity.java186 public Loader<List<BatteryConsumerInfoHelper.BatteryConsumerInfo>> onCreateLoader(int id, in onCreateLoader() method in BatteryConsumerPickerActivity.BatteryConsumerListLoaderCallbacks
DBatteryStatsViewerActivity.java164 public Loader<List<BatteryUsageStats>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in BatteryStatsViewerActivity.BatteryUsageStatsLoaderCallbacks
/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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4496 method public abstract android.content.Loader<D> onCreateLoader(int, android.os.Bundle);
/frameworks/base/core/api/
Dcurrent.txt6292 method @Deprecated public android.content.Loader<D> onCreateLoader(int, android.os.Bundle);