Searched refs:profileData (Results 1 – 1 of 1) sorted by relevance
846 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats() local847 assertTrue(profileData.length() > 0); in testGfxinfoFramestats()848 validateProfileData(profileData); in testGfxinfoFramestats()854 private void validateProfileData(String profileData) throws IOException { in validateProfileData() argument858 new StringReader(profileData))) { in validateProfileData()