Searched refs:getChildrenCursor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java34 * returned from {@link #getChildrenCursor(Cursor)} expose children within a
94 * {@link #getChildrenCursor(Cursor)} (true), or to assume a call
105 final Cursor cursor = getChildrenCursor(mGroupCursorHelper.getCursor());
131 abstract protected Cursor getChildrenCursor(Cursor groupCursor); method in class:CursorTreeAdapter

Completed in 204 milliseconds