Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentNameMatcher.kt203 var clsSep = -1 // cls.indexOf('#') in unflattenFromStringWithJunk() variable
208 clsSep = index in unflattenFromStringWithJunk()
212 if (!(clsSep < 0 || clsSep + 1 >= cls.length)) { in unflattenFromStringWithJunk()
213 cls = cls.substring(0, clsSep) in unflattenFromStringWithJunk()