Searched defs:dumpFile (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java68 * and generates an xml dump to the location specified by <code>dumpFile</code>
70 * @param dumpFile The file to dump to.
75 public static void dumpWindowToFile(AccessibilityNodeInfo root, File dumpFile, int rotation, argument
82 FileWriter writer = new FileWriter(dumpFile);
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java72 File dumpFile = new File(leakDir, LEAK_DUMP);
73 try (FileOutputStream fos = new FileOutputStream(dumpFile)) {
97 getIntent(hprofFile, dumpFile),
105 private Intent getIntent(File hprofFile, File dumpFile) { argument
106 Uri dumpUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, dumpFile);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncLogger.java256 dumpFile(pw, new File(mLogPath, file));
261 private void dumpFile(PrintWriter pw, File file) { method in class:SyncLogger.RotatingFileLogger
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java915 public static void dumpFile(String fileName, Bitmap data) { method in class:CameraTestUtils
932 public static void dumpFile(String fileName, byte[] data) { method in class:CameraTestUtils
1390 dumpFile(fileName, jpegData);
1406 dumpFile(fileName, yuvData);
1421 dumpFile(fileName, rawData);
1441 dumpFile(fileName, rawData);
1458 dumpFile(fileName, depthData);
1475 dumpFile(fileName, depthData);
1787 dumpFile(jpegFilename, jpegBuffer);

Completed in 217 milliseconds