Searched refs:sDelServiceNames (Results 1 – 1 of 1) sorted by relevance
264 String[] sDelServiceNames = getMandatoryServiceNames(_sServiceNames[n]); in removeMandatoryServiceNames() local265 for (int m = 0; m < sDelServiceNames.length; m++){ in removeMandatoryServiceNames()266 if (aVector.contains(sDelServiceNames[m])){ in removeMandatoryServiceNames()267 int nIndex = aVector.indexOf(sDelServiceNames[m]); in removeMandatoryServiceNames()
Completed in 20 milliseconds