Searched refs:aSupportedSvcNames (Results 1 – 1 of 1) sorted by relevance
47 String[] aSupportedSvcNames; field in OneInstanceFactory54 String[] aSupportedSvcNames, in OneInstanceFactory() argument59 this.aSupportedSvcNames = aSupportedSvcNames; in OneInstanceFactory()123 int nCnt = aSupportedSvcNames.length; in supportsService()126 if (aServiceName.equals( aSupportedSvcNames[i] )) in supportsService()141 return aSupportedSvcNames; in getSupportedServiceNames()
Completed in 13 milliseconds