/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
D | ContactablesLoaderCallbacks.java | 47 public Loader<Cursor> onCreateLoader(int loaderIndex, Bundle args) { in onCreateLoader() method in ContactablesLoaderCallbacks
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderCursor.java | 173 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderCursor.CursorLoaderListFragment
|
D | LoaderRetained.java | 178 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderRetained.CursorLoaderListFragment
|
D | LoaderThrottle.java | 489 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in LoaderThrottle.ThrottledLoaderListFragment
|
D | LoaderCustom.java | 489 @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/ |
D | ContactsFragment.java | 119 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/ |
D | MainActivity.java | 170 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in MainActivity
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | NfcProvisioningFragment.java | 173 public Loader<Map<String, String>> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in NfcProvisioningFragment
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | PhotoThumbnailFragment.java | 96 public Loader<Cursor> onCreateLoader(int loaderID, Bundle bundle) in onCreateLoader() method in PhotoThumbnailFragment
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | EntryListFragment.java | 212 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in EntryListFragment
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NotesList.java | 461 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in NotesList
|
D | NoteEditor.java | 551 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader() method in NoteEditor
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ChangedContacts.java | 159 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in ChangedContacts
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
D | ContactDetailFragment.java | 318 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in ContactDetailFragment
|
D | ContactsListFragment.java | 452 public Loader<Cursor> onCreateLoader(int id, Bundle args) { in onCreateLoader() method in ContactsListFragment
|