Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentNameMatcher.kt189 var pkgSep: Int = -1 in unflattenFromStringWithJunk() variable
194 pkgSep = index in unflattenFromStringWithJunk()
198 if (!(pkgSep < 0 || pkgSep + 1 >= pkg.length)) { in unflattenFromStringWithJunk()
199 pkg = pkg.substring(pkgSep, pkg.length) in unflattenFromStringWithJunk()