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

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ListFragmentTest.java 3 import android.support.v4.app.ListFragment;
23 ListFragment listFragment = new ListFragment();
24 Robolectric.shadowOf(listFragment).setView(new ListView(null));
26 listFragment.setListAdapter(adapter);
28 assertThat(listFragment.getListAdapter(), is(notNullValue()));
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 22 import android.app.ListFragment;
68 CursorLoaderListFragment listFragment = new CursorLoaderListFragment();
69 fm.beginTransaction().add(android.R.id.content, listFragment).commit();
76 public static class CursorLoaderListFragment extends ListFragment
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 143 Fragment listFragment = getFragmentManager().findFragmentById(R.id.titles_frag);
144 mSoloFragment = listFragment == null ? true : false;

Completed in 366 milliseconds