Searched refs:profileData (Results 1 – 1 of 1) sorted by relevance
67 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats() local68 assertTrue(profileData.length() > 0); in testGfxinfoFramestats()69 validateProfileData(profileData); in testGfxinfoFramestats()75 private void validateProfileData(String profileData) throws IOException { in validateProfileData() argument79 new StringReader(profileData))) { in validateProfileData()