Searched defs:onCreateLoader (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | AddPrinterActivity.java | 133 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in AddPrinterActivity.PrintServiceInfoLoaderCallbacks 198 public Loader<List<RecommendationInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in AddPrinterActivity.PrintServicePrintServiceRecommendationLoaderCallbacks
|
D | SelectPrinterActivity.java | 344 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in SelectPrinterActivity
|
D | FusedPrintersProvider.java | 572 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in FusedPrintersProvider.PersistenceManager
|
D | PrintActivity.java | 1343 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in PrintActivity
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 323 public Loader<BitmapResult> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in PhotoViewFragment
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 569 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/core/java/android/app/ |
D | LoaderManager.java | 70 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader() method
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | LoaderManager.java | 51 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader() method
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryFragment.java | 1781 public Loader<DirectoryResult> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in DirectoryFragment
|