Searched refs:profileData (Results 1 – 1 of 1) sorted by relevance
747 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats() local748 assertTrue(profileData.length() > 0); in testGfxinfoFramestats()749 validateProfileData(profileData); in testGfxinfoFramestats()755 private void validateProfileData(String profileData) throws IOException { in validateProfileData() argument759 new StringReader(profileData))) { in validateProfileData()