/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/ |
D | ReadMultiViewTest.java | 51 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/ |
D | SimpleIOActivity.java | 31 File testFile = new File(getFilesDir(), "StoragedTest_Temp_FG"); in onStart() local
|
D | SimpleIOService.java | 78 File testFile = new File(getFilesDir(), "StoragedTest_Temp_BG"); in handleMessage() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | FileObserverTest.java | 42 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/ |
D | ReadableUriExtraToClipDataTest.java | 63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostResultTest.java | 113 final File testFile = mBuildHelper.getTestFile(FILE_NAME); in testTransferTime() local
|
/cts/tests/backup/app/src/android/backup/app/ |
D | KeyValueBackupAgent.java | 48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME); in onBackup() local
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
D | DeviceReportTest.java | 90 public void testFile() throws Exception { in testFile() method in DeviceReportTest
|
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/ |
D | DeviceReportTest.java | 90 public void testFile() throws Exception { in testFile() method in DeviceReportTest
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | ProcfsHostTests.java | 129 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/ |
D | DalvikTest.java | 303 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/ |
D | TestSuiteContentReport.java | 368 String testFile = ""; in printTestSuiteContent() local
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
D | StorageManagerTest.java | 96 final File testFile = new File(mountDir, "test1.txt"); in doMountAndUnmountObbNormal() local
|