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

/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java99 synchronized MyCursorHelper getChildrenCursorHelper(int groupPosition, boolean requestCursor) { method in class:CursorTreeAdapter
158 MyCursorHelper childrenCursorHelper = getChildrenCursorHelper(groupPosition, false);
169 return getChildrenCursorHelper(groupPosition, true).moveTo(childPosition);
173 return getChildrenCursorHelper(groupPosition, true).getId(childPosition);
177 MyCursorHelper helper = getChildrenCursorHelper(groupPosition, true);
238 MyCursorHelper cursorHelper = getChildrenCursorHelper(groupPosition, true);
335 MyCursorHelper cursorHelper = getChildrenCursorHelper(groupPosition, true);

Completed in 49 milliseconds