Home
last modified time | relevance | path

Searched refs:path (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DPerfettoListener.java241 Path path = in onTestEnd()
252 stopPerfettoTracing(path, testData); in onTestEnd()
281 Path path = in onTestRunEnd()
288 stopPerfettoTracing(path, runData); in onTestRunEnd()
368 private void stopPerfettoTracing(Path path, DataRecord record) { in stopPerfettoTracing() argument
369 if (!mPerfettoHelper.stopCollecting(mWaitTimeInMs, path.toString())) { in stopPerfettoTracing()
372 record.addStringMetric(PERFETTO_FILE_PATH, path.toString()); in stopPerfettoTracing()
DScheduledRunCollectionListener.java173 Path path = in onStart() local
182 mTimeSeriesCsvWriter = new TimeSeriesCsvWriter(path); in onStart()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DHelperManager.java105 for (String path : paths) { in getInstance()
106 if (!(new File(path)).exists()) { in getInstance()
108 String.format("No file found at path: %s.", path)); in getInstance()
130 for (String path : paths) { in HelperManager()
131 DexFile dex = new DexFile(path); in HelperManager()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd7 REM DIST_DIR => Absolute path for the distribution directory.
17 REM $ADT_INFRA has to be set on the build machine. It should have absolute path
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/
DPerfettoHelper.java197 Path path = Paths.get(destinationFile); in copyFileOutput() local
198 String destDirectory = path.getParent().toString(); in copyFileOutput()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DScheduledRunCollectionListenerTest.java190 String path = pathBundle.getString(pathKey); in testRun() local
191 assertNotNull(path); in testRun()
194 File outputFile = new File(path); in testRun()
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java207 boolean isMediaScannerScannable, String mimeType, String path, long length, in addToDownloadContentDB() argument
228 values.put("_data", path); // location to save the downloaded file in addToDownloadContentDB()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md42 --output_file=<Output path of your config>
/platform_testing/libraries/health/runners/longevity/
DREADME.md70 * `profile <string>` - use a profile under assets/ or at your own path.