Home
last modified time | relevance | path

Searched refs:onCreateLoader (Results 1 – 15 of 15) 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/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/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/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DEntryListFragment.java212 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in EntryListFragment
/development/samples/NotePad/src/com/example/android/notepad/
DNotesList.java461 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in NotesList
DNoteEditor.java551 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in NoteEditor
/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