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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 77 protected Cursor getChildrenCursor(Cursor groupCursor) {
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 35 * returned from {@link #getChildrenCursor(Cursor)} expose children within a
95 * {@link #getChildrenCursor(Cursor)} (true), or to assume a call
106 final Cursor cursor = getChildrenCursor(mGroupCursorHelper.getCursor());
132 abstract protected Cursor getChildrenCursor(Cursor groupCursor);
  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorTreeAdapterTest.java 235 protected Cursor getChildrenCursor(Cursor groupCursor) {
SimpleCursorTreeAdapterTest.java 275 protected Cursor getChildrenCursor(Cursor groupCursor) {
CursorTreeAdapterTest.java 796 protected Cursor getChildrenCursor(Cursor groupCursor) {
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 369 protected Cursor getChildrenCursor(Cursor groupCursor) {