Searched refs:childList (Results 1 – 2 of 2) sorted by relevance
134 ArrayList<BluetoothMapAccountItem> childList = getChild(parentGroup); in getChildView()135 int childIndex = childList.indexOf(child); in getChildView()137 if(mSlotsLeft-childList.size() >=0){ in getChildView()139 for (int i = 0; i < childList.size(); i++) { in getChildView()141 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()