Home
last modified time | relevance | path

Searched refs:SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/result/
DCompatibilityTestResult.java36 public static final String SEPARATOR = "=@ppcomp@t="; field in CompatibilityTestResult
38 Pattern.compile(String.format("^%s(.*?)%s", SEPARATOR, SEPARATOR));
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java308 CompatibilityTestResult.SEPARATOR, in postLogcat()
310 CompatibilityTestResult.SEPARATOR); in postLogcat()