Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentNameMatcher.kt190 val pkgCharArr = pkg.toCharArray() in unflattenFromStringWithJunk() constant
191 for (index in (0..pkgCharArr.lastIndex).reversed()) { in unflattenFromStringWithJunk()
192 val currentChar = pkgCharArr[index] in unflattenFromStringWithJunk()