Searched refs:profileData (Results 1 – 1 of 1) sorted by relevance
895 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd); in testGfxinfoFramestats() local896 assertTrue(profileData.length() > 0); in testGfxinfoFramestats()897 validateProfileData(profileData); in testGfxinfoFramestats()903 private void validateProfileData(String profileData) throws IOException { in validateProfileData() argument907 new StringReader(profileData))) { in validateProfileData()