Searched refs:dimension2 (Results 1 – 1 of 1) sorted by relevance
387 static String combine(@Nullable String dimension1, @Nullable String dimension2) { in combine() argument389 if (dimension2 != null && dimension2.isEmpty()) { in combine()392 return dimension2; in combine()393 } else if (dimension2 == null || dimension2.isEmpty()) { in combine()403 || dimension2.startsWith(PREFIX_RESOURCE_REF)) { in combine()409 Matcher matcher2 = p.matcher(dimension2); in combine()