Home
last modified time | relevance | path

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

/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
DLoaderThrottleSupport.java489 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderThrottleSupport.ThrottledLoaderListFragment
DLoaderCustomSupport.java477 @Override public Loader<List<AppEntry>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderCustomSupport.AppListFragment
/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/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
DMainActivity.java160 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in MainActivity
/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/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DEntryListFragment.java212 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in EntryListFragment
/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