Home
last modified time | relevance | path

Searched refs:setSections (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactEntryAdapter.java90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) { in setSections() method in ContactEntryAdapter
103 public final int setSections(ArrayList<ArrayList<E>> sections, E entry) { in setSections() method in ContactEntryAdapter
DContactFragment.java303 mAdapter.setSections(mSections, SHOW_SEPARATORS); in bindData()