Home
last modified time | relevance | path

Searched defs:testFile (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadMultiViewTest.java51 final File testFile = new File(ourTestDir, "test.probe"); in testRWAccess() local
67 final File testFile = new File(otherTestDir, "test.probe"); in testROAccess() local
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOActivity.java31 File testFile = new File(getFilesDir(), "StoragedTest_Temp_FG"); in onStart() local
DSimpleIOService.java78 File testFile = new File(getFilesDir(), "StoragedTest_Temp_BG"); in handleMessage() local
/cts/tests/tests/os/src/android/os/cts/
DFileObserverTest.java42 File testFile = new File(dir, TEST_FILE); in helpSetUp() local
65 File testFile = new File(dir, TEST_FILE); in helpTearDown() local
122 File testFile = new File(dir, TEST_FILE); in helpTestFileObserver() local
194 File testFile, boolean isEmulated) throws Exception { in verifyTriggeredEventsOnFile()
217 final File testFile = new File(testDir, TEST_FILE); in verifyTriggeredEventsOnDir() local
/cts/tests/tests/content/src/android/content/cts/
DReadableUriExtraToClipDataTest.java63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java113 final File testFile = mBuildHelper.getTestFile(FILE_NAME); in testTransferTime() local
/cts/tests/backup/app/src/android/backup/app/
DKeyValueBackupAgent.java48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME); in onBackup() local
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java90 public void testFile() throws Exception { in testFile() method in DeviceReportTest
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java90 public void testFile() throws Exception { in testFile() method in DeviceReportTest
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java129 private void testFile(String absolutePath, String readCommand, Pattern pattern) throws Exception { in testFile() method in ProcfsHostTests
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java303 public void setIncludeTestFile(File testFile) { in setIncludeTestFile()
311 public void setExcludeTestFile(File testFile) { in setExcludeTestFile()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestSuiteContentReport.java368 String testFile = ""; in printTestSuiteContent() local
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java96 final File testFile = new File(mountDir, "test1.txt"); in doMountAndUnmountObbNormal() local