Searched refs:postTextToView (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
H A D | TestInterface.java | 162 void postTextToView(TextView v, String s) { in postTextToView() method in TestInterface 193 postTextToView(mTextStatus, "Running single-threaded"); in testPowerManagement() 202 postTextToView(mTextStatus, "Running multi-threaded"); in testPowerManagement() 210 postTextToView(mTextStatus, "Running typical"); in testPowerManagement() 224 postTextToView(mTextStatus, "Running heat soak test"); in testCPUHeatSoak() 271 postTextToView(mTextStatus, "Score: " + score); in testCPUHeatSoak() 324 postTextToView(mTextStatus, "Done"); in testCPUMemoryBandwidth() 368 postTextToView(mTextMin, "2K " + rtot + " ns"); in testCPUMemoryLatency() 380 postTextToView(mTextStatus, "Done"); in testCPUMemoryLatency() 417 postTextToView(mTextMin, "2K " + rtot + " ns"); in testCPUGFlops() [all …]
|