Home
last modified time | relevance | path

Searched refs:CursorLoaderListFragment (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderRetained.java19 import com.example.android.apis.app.LoaderCursor.CursorLoaderListFragment.MySearchView;
58 CursorLoaderListFragment list = new CursorLoaderListFragment(); in onCreate()
64 public static class CursorLoaderListFragment extends ListFragment class in LoaderRetained
DLoaderCursor.java56 CursorLoaderListFragment list = new CursorLoaderListFragment(); in onCreate()
62 public static class CursorLoaderListFragment extends ListFragment class in LoaderCursor
DFragmentTabs.java48 .setTabListener(new TabListener<LoaderCursor.CursorLoaderListFragment>( in onCreate()
49 this, "contacts", LoaderCursor.CursorLoaderListFragment.class))); in onCreate()
DFragmentTabsFragment.java54 LoaderCursor.CursorLoaderListFragment.class, null); in onCreateView()
DLoaderCustom.java20 import com.example.android.apis.app.LoaderCursor.CursorLoaderListFragment.MySearchView;