Searched refs:_sServiceNames (Results 1 – 1 of 1) sorted by relevance
259 private static String[] removeMandatoryServiceNames(String[] _sServiceNames){ in removeMandatoryServiceNames() argument261 List aList = java.util.Arrays.asList(_sServiceNames); in removeMandatoryServiceNames()263 for (int n = 0; n < _sServiceNames.length; n++){ in removeMandatoryServiceNames()264 String[] sDelServiceNames = getMandatoryServiceNames(_sServiceNames[n]); in removeMandatoryServiceNames()
Completed in 20 milliseconds