Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestResultHistory.java130 protected static String getSubTestName(String testName, String fullTestName) { in getSubTestName() argument
133 String subTestName = fullTestName.replaceFirst(testName + ":", ""); in getSubTestName()