Home
last modified time | relevance | path

Searched refs:OUTPUT_DIR (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/appProfileable/src/android/server/wm/profileable/
DComponents.java29 public static final String OUTPUT_DIR = "/data/local/tmp/AmProfileTest/"; field in Components.ProfileableAppActivity
31 public static final String OUTPUT_FILE_PATH = OUTPUT_DIR + OUTPUT_NAME;
DProfileableAppActivity.java20 import static android.server.wm.profileable.Components.ProfileableAppActivity.OUTPUT_DIR;
75 super(new File(OUTPUT_DIR), CLOSE_WRITE); in TraceFileObserver()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAmProfileTests.java23 import static android.server.wm.profileable.Components.ProfileableAppActivity.OUTPUT_DIR;
54 executeShellCommand("mkdir -m 777 -p " + OUTPUT_DIR); in setUpClass()
59 executeShellCommand("rm -rf " + OUTPUT_DIR); in tearDownClass()