Searched refs:_aSubList (Results 1 – 1 of 1) sorted by relevance
238 …rivate boolean checkIfNameExistsInList(String _sNameMustOccur, String[] _aList, String[] _aSubList) in checkIfNameExistsInList() argument243 for (int j = 0; j < _aSubList.length; j++) in checkIfNameExistsInList()245 final String aSubListName = _aSubList[j]; in checkIfNameExistsInList()
Completed in 15 milliseconds