Home
last modified time | relevance | path

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

12

/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DContactablesLoaderCallbacks.java47 public Loader<Cursor> onCreateLoader(int loaderIndex, Bundle args) { in onCreateLoader() method in ContactablesLoaderCallbacks
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DCursorFragment.java113 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in CursorFragment
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderRetainedSupport.java145 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderRetainedSupport.CursorLoaderListFragment
DLoaderCursorSupport.java154 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderCursorSupport.CursorLoaderListFragment
DLoaderCustomSupport.java477 @Override public Loader<List<AppEntry>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderCustomSupport.AppListFragment
DLoaderThrottleSupport.java489 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderThrottleSupport.ThrottledLoaderListFragment
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCursor.java173 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderCursor.CursorLoaderListFragment
DLoaderRetained.java178 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderRetained.CursorLoaderListFragment
DLoaderThrottle.java489 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderThrottle.ThrottledLoaderListFragment
DLoaderCustom.java489 @Override public Loader<List<AppEntry>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderCustom.AppListFragment
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
DContactsFragment.java119 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in ContactsFragment
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
DMainActivity.java170 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in MainActivity
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DEntryListFragment.java212 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in EntryListFragment
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java173 public Loader<Map<String, String>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in NfcProvisioningFragment
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java96 public Loader<Cursor> onCreateLoader(int loaderID, Bundle bundle) in onCreateLoader() method in PhotoThumbnailFragment
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DPaletteActivity.java149 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { in onCreateLoader() method in PaletteActivity.PaletteMediaStoreListFragment
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java159 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in ChangedContacts
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java318 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in ContactDetailFragment
DContactsListFragment.java452 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in ContactsListFragment
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12