/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/monitor/ |
D | ScreenRecorderTest.java | 33 import java.nio.file.Files; 34 import java.nio.file.Path; 65 File file = mScreenRecorder.getPath().toFile(); in videoIsRecorded() local 66 assertThat(file.exists()).isTrue(); in videoIsRecorded() 74 Path file = mScreenRecorder.save(TEST_VIDEO_FILENAME); in videoCanBeSaved() local 75 assertThat(Files.exists(file)).isTrue(); in videoCanBeSaved()
|
/platform_testing/libraries/health/runners/longevity/platform/samples/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 29 * directory, which gets packed into a .jar file and ends up under the assets/ 36 "&& for file in $${src_protos[@]} ; do fname=$$(basename $$file) " + 38 "$(location :profile-proto-def) < $$file > " + 40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/ |
D | TransitionMonitor.java | 24 import java.nio.file.Files; 25 import java.nio.file.Path; 26 import java.nio.file.Paths;
|
D | TraceMonitor.java | 25 import java.nio.file.Path; 26 import java.nio.file.Paths;
|
D | WindowManagerTraceMonitor.java | 23 import java.nio.file.Path;
|
D | LayersTraceMonitor.java | 23 import java.nio.file.Path;
|
D | ScreenRecorder.java | 26 import java.nio.file.Path;
|
/platform_testing/libraries/health/runners/longevity/platform/tests/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 29 * directory, which gets packed into a .jar file and ends up under the assets/ 36 "&& for file in $${src_protos[@]} ; do fname=$$(basename $$file) " + 38 "$(location :profile-proto-def) < $$file > " + 40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/ |
D | SendToInstrumentation.java | 43 public static void sendFile(Instrumentation instru, String key, File file) { in sendFile() argument 46 b.putString(key, file.getAbsolutePath()); in sendFile()
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | BinderCollectionHelper.java | 90 File file = File.createTempFile("temp-ipc-tracing-dump", ".txt"); in getMetrics() local 95 COPY_COMMAND, TRACE_FILE_PATH, file.getAbsolutePath())); in getMetrics() 100 file.getAbsolutePath(), file.length())); in getMetrics() 101 BufferedReader reader = new BufferedReader(new FileReader(file)); in getMetrics() 103 file.delete(); in getMetrics()
|
/platform_testing/tests/health/scenarios/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 29 * directory, which gets packed into a .jar file and ends up under the assets/ 36 "&& for file in $${src_protos[@]} ; do fname=$$(basename $$file) " + 38 "$(location :profile-proto-def) < $$file > " + 40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | IncidentReportListener.java | 25 import java.nio.file.Files; 26 import java.nio.file.Path; 27 import java.nio.file.StandardOpenOption;
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 25 * an assets/statsd-configs/ directory, which gets packed into a .jar file and ends up under the 33 "&& for file in $${protos[@]} ; do cp $$file $$out_dir/$$assets_dir/ ; done " +
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | FilesystemUtil.java | 41 public static void saveProcessOutput(Instrumentation instr, String command, File file) in saveProcessOutput() argument 44 command, file.getAbsolutePath())); in saveProcessOutput() 46 OutputStream out = new FileOutputStream(file); in saveProcessOutput()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 18 3. Write a README file explaining what the config(s) in the new subdirectory does and put it under 29 section (and this section only) in the Android Metrics documentation to create a new config file. 47 Once the config file is generated, it can be checked in following the steps in the "Checking in a
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | ShowmapSnapshotHelper.java | 83 File file = new File(filePath); in startCollecting() local 87 if (file.exists() && !file.delete()) { in startCollecting() 100 if (!file.createNewFile()) { in startCollecting()
|
/platform_testing/tests/perf/PerformanceLaunch/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/health/composers/host/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/health/options/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/utils/wifistrengthscanner/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License.
|
/platform_testing/tests/example/jarhosttest/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/tests/example/devcodelab/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/health/utils/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/utils/esimutility/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/junitxml/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License.
|