HomeSort by relevance Sort by last modified time
    Searched refs:CursorLoaderListFragment (Results 1 - 8 of 8) sorted by null

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 58 CursorLoaderListFragment list = new CursorLoaderListFragment();
64 public static class CursorLoaderListFragment extends ListFragment
123 getLoaderManager().restartLoader(0, null, CursorLoaderListFragment.this);
LoaderRetainedSupport.java 58 CursorLoaderListFragment list = new CursorLoaderListFragment();
64 public static class CursorLoaderListFragment extends ListFragment
126 getLoaderManager().restartLoader(0, null, CursorLoaderListFragment.this);
FragmentTabs.java 53 LoaderCursorSupport.CursorLoaderListFragment.class, null);
FragmentTabsPager.java 58 LoaderCursorSupport.CursorLoaderListFragment.class, null);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 54 CursorLoaderListFragment list = new CursorLoaderListFragment();
60 public static class CursorLoaderListFragment extends ListFragment
LoaderRetained.java 54 CursorLoaderListFragment list = new CursorLoaderListFragment();
60 public static class CursorLoaderListFragment extends ListFragment
FragmentTabs.java 48 .setTabListener(new TabListener<LoaderCursor.CursorLoaderListFragment>(
49 this, "contacts", LoaderCursor.CursorLoaderListFragment.class)));
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 49 * in the inner CursorLoaderListFragment class.
65 CursorLoaderListFragment listFragment = new CursorLoaderListFragment();
73 public static class CursorLoaderListFragment extends ListFragment

Completed in 1049 milliseconds