Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/util/
DProfileTest.java50 p.dumpToFile(TEST_FILE); in testProfile()
57 p.dumpToFile(TEST_FILE); in testProfile()
65 p.dumpToFile(TEST_FILE); in testProfile()
75 p.dumpToFile(TEST_FILE); in testProfile()
85 p.dumpToFile(TEST_FILE); in testProfile()
93 p.dumpToFile(TEST_FILE); in testProfile()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java147 public synchronized void dumpToFile(String filename) { in dumpToFile() method in Profile.Watchdog
148 mProfileData.dumpToFile(filename); in dumpToFile()
203 public static void dumpToFile(String filename) { in dumpToFile() method in Profile
204 sWatchdog.dumpToFile(filename); in dumpToFile()
DProfileData.java102 public void dumpToFile(String filename) { in dumpToFile() method in ProfileData
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java529 Profile.dumpToFile("/sdcard/gallery.prof"); in onPause()