Searched refs:EMPTY_STRING_ARRAY (Results 1 – 15 of 15) sorted by relevance
115 return EMPTY_STRING_ARRAY; in getDataPath()133 private static final String [] EMPTY_STRING_ARRAY = new String [0]; field in FileTask
22 String [] EMPTY_STRING_ARRAY = new String [0]; field
63 return IConstants.EMPTY_STRING_ARRAY; in readFileList()
236 return IConstants.EMPTY_STRING_ARRAY; in toAppArgsForm()
388 return EMPTY_STRING_ARRAY; in filterFromProtocols()397 return newProtocols.toArray(EMPTY_STRING_ARRAY); in filterFromProtocols()400 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in SSLParametersImpl
80 public static final String EMPTY_STRING_ARRAY[] = {}; field in WireFormatNano
419 return EMPTY_STRING_ARRAY; in getKeywordValuesForLocale()430 return EMPTY_STRING_ARRAY; in getKeywordValuesForLocale()442 return EMPTY_STRING_ARRAY; in getKeywordValuesForLocale()449 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Currency
403 return EMPTY_STRING_ARRAY; in getKeywordValuesForLocale()414 return EMPTY_STRING_ARRAY; in getKeywordValuesForLocale()426 return EMPTY_STRING_ARRAY; in getKeywordValuesForLocale()433 private static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Currency
152 m_specs = IConstants.EMPTY_STRING_ARRAY; in getFilterSpecs()
66 m_args = args != null ? (String []) args.clone () : IConstants.EMPTY_STRING_ARRAY; in Command()
260 return IConstants.EMPTY_STRING_ARRAY; in getReportTypes()
45 public static final String[] EMPTY_STRING_ARRAY = new String[0]; field in Util
428 args = Util.EMPTY_STRING_ARRAY; in invoke()
173 m_appArgs = IConstants.EMPTY_STRING_ARRAY; in setAppClass()
534 if (m_values == null) return IConstants.EMPTY_STRING_ARRAY; in getValues()