Home
last modified time | relevance | path

Searched refs:_sServiceNames (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/odk/examples/java/Inspector/
H A DUnoNode.java259 private static String[] removeMandatoryServiceNames(String[] _sServiceNames){ in removeMandatoryServiceNames() argument
261 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 7 milliseconds