Searched refs:childList (Results 1 – 2 of 2) sorted by relevance
129 ArrayList<BluetoothMapAccountItem> childList = getChild(parentGroup); in getChildView()130 int childIndex = childList.indexOf(child); in getChildView()132 if (mSlotsLeft - childList.size() >= 0) { in getChildView()134 for (int i = 0; i < childList.size(); i++) { in getChildView()136 BluetoothMapAccountItem siblings = childList.get(i); in getChildView()
390 String childList = cursor.getString(UIProvider.FOLDER_CHILD_FOLDERS_LIST_COLUMN); in Folder() local391 childFoldersListUri = (hasChildren && !TextUtils.isEmpty(childList)) ? Uri.parse(childList) in Folder()