Searched refs:stringSupportedServiceNames (Results 1 – 12 of 12) sorted by relevance
143 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local144 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()146 return (stringSupportedServiceNames); in getSupportedServiceNames()
144 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local145 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()147 return (stringSupportedServiceNames); in getSupportedServiceNames()
125 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local127 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()129 return (stringSupportedServiceNames); in getSupportedServiceNames()
124 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local126 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()128 return (stringSupportedServiceNames); in getSupportedServiceNames()
117 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local119 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()121 return (stringSupportedServiceNames); in getSupportedServiceNames()
181 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local182 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()184 return (stringSupportedServiceNames); in getSupportedServiceNames()
171 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local173 stringSupportedServiceNames[ 0] = __serviceName; in getSupportedServiceNames()175 return (stringSupportedServiceNames); in getSupportedServiceNames()
125 String[] stringSupportedServiceNames = { ADDIN_SERVICE, __serviceName }; in getSupportedServiceNames() local126 return( stringSupportedServiceNames ); in getSupportedServiceNames()
295 String[] stringSupportedServiceNames = { __serviceName }; in getSupportedServiceNames() local296 return( stringSupportedServiceNames ); in getSupportedServiceNames()
485 String[] stringSupportedServiceNames = {_serviceName}; in getSupportedServiceNames() local486 return stringSupportedServiceNames; in getSupportedServiceNames()
659 String[] stringSupportedServiceNames = { __serviceName }; in getSupportedServiceNames() local660 return( stringSupportedServiceNames ); in getSupportedServiceNames()
Completed in 46 milliseconds