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

  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 43 public class CursorLoaderListFragment extends ListFragment implements
151 getLoaderManager().restartLoader(0, null, CursorLoaderListFragment.this);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 56 CursorLoaderListFragment list = new CursorLoaderListFragment();
62 public static class CursorLoaderListFragment extends ListFragment
LoaderRetained.java 19 import com.example.android.apis.app.LoaderCursor.CursorLoaderListFragment.MySearchView;
58 CursorLoaderListFragment list = new CursorLoaderListFragment();
64 public static class CursorLoaderListFragment extends ListFragment
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 59 CursorLoaderListFragment list = new CursorLoaderListFragment();
65 public static class CursorLoaderListFragment extends ListFragment
124 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);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 52 * in the inner CursorLoaderListFragment class.
68 CursorLoaderListFragment listFragment = new CursorLoaderListFragment();
76 public static class CursorLoaderListFragment extends ListFragment

Completed in 106 milliseconds