Searched refs:PACKAGE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
36 @VisibleForTesting static final String PACKAGE_SEPARATOR = ","; field in JankListener57 Arrays.stream(pkgs.split(PACKAGE_SEPARATOR)) in setupAdditionalArgs()
60 String.join(JankListener.PACKAGE_SEPARATOR, "pkg1", "pkg2")); in testCollect_specificProcess()