Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DUtils.java51 static final String[] CACHE_HIT_STRINGS = new String[] { field in Utils
80 result.append(CACHE_HIT_STRINGS[random.nextInt(CACHE_HIT_STRINGS.length)]); in buildParagraphListWithHitPercentage()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DTextUtils.java124 static final String[] CACHE_HIT_STRINGS = new String[] { field in TextUtils
153 result += CACHE_HIT_STRINGS[random.nextInt(CACHE_HIT_STRINGS.length)]; in buildParagraphListWithHitPercentage()