Home
last modified time | relevance | path

Searched defs:dumpFile (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java63 File dumpFile = DEFAULT_DUMP_FILE; in run() local
97 uiAutomation.getWindowsOnAllDisplays(), dumpFile, in run() local
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DPreRebootLogger.java126 final File dumpFile = new File(dumpDir, buffer); in dumpLogsLocked() local
150 final File dumpFile = new File(dumpDir, serviceName); in dumpServiceLocked() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java84 File dumpFile = new File(leakDir, LEAK_DUMP); in dumpLeak() local
121 private Intent getIntent(File hprofFile, File dumpFile) { in getIntent()
/aosp12/packages/modules/Permission/PermissionController/tests/outofprocess/src/com/android/permissioncontroller/tests/outofprocess/
H A DDumpTest.kt39 val dumpFile = instrumentation.getUiAutomation() regex
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java82 public static void dumpWindowToFile(AccessibilityNodeInfo root, File dumpFile, int rotation, in dumpWindowToFile()
116 File dumpFile, DisplayManagerGlobal displayManager) { in dumpWindowsToFile()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DDumpOnFailureRule.java57 final File dumpFile = new File(mDumpDir, "dump-" + shortenedTestName); in onTestFailure() local
/aosp12/system/core/healthd/
H A Dcharger_test.cpp148 const char* dumpFile = "/data/local/tmp/dump.txt"; in main() local
/aosp12/art/test/074-gc-thrash/src/
H A DMain.java37 String dumpFile = null; in main() local
/aosp12/art/test/130-hprof/src/
H A DMain.java53 File dumpFile = null; in createDumpAndConv() local
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncLogger.java277 private void dumpFile(PrintWriter pw, File file) { in dumpFile() method in SyncLogger.RotatingFileLogger
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUserUsageStatsService.java800 void dumpFile(IndentingPrintWriter ipw, String[] args) { in dumpFile() method in UserUsageStatsService
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java953 public static void dumpFile(String fileName, Bitmap data) { in dumpFile() method in CameraTestUtils
970 public static void dumpFile(String fileName, byte[] data) { in dumpFile() method in CameraTestUtils