Searched refs:emptyArray (Results 1 – 2 of 2) sorted by relevance
45 final String[] emptyArray = {}; in testFindConstantForKeyValuePairsSimple() local46 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()47 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()48 assertNull(ResourceUtils.findConstantForKeyValuePairs(nullKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()
1429 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings() argument1443 return convertedValues.toArray(emptyArray); in convertStrings()