Home
last modified time | relevance | path

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

/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBatteryStatsDumpsysTest.java744 int profileEnd = frameinfo.indexOf(MARKER, profileStart + 1); in testGfxinfoFramestats() local
746 assertTrue(profileEnd > profileStart); in testGfxinfoFramestats()
747 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats()