/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/ |
D | FileUtils.java | 67 File directory = new File(path); in assertDirDoesNotExist() local 71 new FileInputStream(directory); in assertDirDoesNotExist() 76 File parent = directory.getParentFile(); in assertDirDoesNotExist() 91 assertThat(directory.exists()).isFalse(); in assertDirDoesNotExist() 113 File directory = new File(path); in assertFileDoesNotExist() local 114 assertTrue(directory.exists()); in assertFileDoesNotExist()
|
/cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/ |
D | IncludeExcludeTest.java | 115 private void setupFileTree(File directory) { in setupFileTree() argument 116 setupFilesInDirectory(directory); in setupFileTree() 118 setupFilesInDirectory(new File(directory, "include_folder")); in setupFileTree() 119 setupFilesInDirectory(new File(directory, "exclude_folder")); in setupFileTree() 122 private void setupFilesInDirectory(File directory) { in setupFilesInDirectory() argument 123 mIncludeFiles.add(new File(directory, "file_to_include")); in setupFilesInDirectory() 124 mExcludeFiles.add(new File(directory, "file_to_exclude")); in setupFilesInDirectory()
|
/cts/apps/CameraITS/ |
D | Android.bp | 16 // Zip all the files in this directory together for merging into cts-verifier.zip. 18 // directory. 27 // Placeholder file outside the glob used to find the top of the directory.
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/ |
D | BitmapDumper.java | 45 File directory = new File(CAPTURE_SUB_DIRECTORY + className); in deleteFileInClassFolder() local 47 String[] children = directory.list(); in deleteFileInClassFolder() 53 new File(directory, file).delete(); in deleteFileInClassFolder()
|
/cts/hostsidetests/multidevices/ |
D | Android.bp | 16 // Zip all the files in this directory together for merging into cts-verifier.zip. 18 // directory. 53 // Placeholder file outside the glob used to find the top of the directory. 68 // Placeholder file outside the glob used to find the top of the directory.
|
/cts/tests/tests/resourcesloader/assets/ |
D | asset.txt | 1 In assets directory
|
/cts/tests/tests/telephony/ |
D | README.md | 3 This directory contains the main set of Telephony CTS tests.
|
/cts/tests/tests/broadcastradio/ |
D | README.md | 3 This directory contains the main set of Broadcast Radio CTS tests.
|
/cts/tests/sample/ |
D | README | 14 directory into the ayeaye checker (as shown in 17 2) add an OWNERS file in the module directory accordingly.
|
/cts/tests/tests/telephony4/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests which involve carrier privileges.
|
/cts/tests/tests/telephony3/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests which verify behavior on
|
/cts/helpers/default/ |
D | OWNERS | 1 # Individual files are owned by the test module owners, so this directory
|
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | README.txt | 1 This directory contains ContactsProvider2.apk related CTS tests.
|
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | AdbRootDependentCompilationTest.java | 67 private String directory; field in AdbRootDependentCompilationTest.ProfileLocation 69 ProfileLocation(String directory) { in ProfileLocation() argument 70 this.directory = directory; in ProfileLocation() 74 return directory + packageName; in getDirectory() 78 return directory + packageName + "/primary.prof"; in getPath()
|
/cts/tests/tests/telephony2/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests used to exercise permissions.
|
/cts/tests/tests/webkit/shared/ |
D | README.md | 3 This directory contains any resources that
|
/cts/tests/tests/telephony5/ |
D | README.md | 3 This directory contains the set of Telephony CTS tests used to exercise
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | README | 2 The entire libs/ directory is built and constructed automatically with
|
/cts/tests/tests/bionic_app/ |
D | README.md | 7 This directory is just a place to test libc functions in an app context.
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 5 APKs in this directory are used by `PkgInstallSignatureVerificationTest`. 33 Some of the APKs in this directory were generated by modifying the apksig library (see
|
/cts/tests/videocodec/ |
D | README.md | 4 …nning tests. Manual installation of these can be done using copy_media.sh script in this directory.
|
/cts/ |
D | OWNERS | 3 # in sub-directory. And changes to specific test code
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | README.md | 7 directory. If not, it can be mounted using `mount -t debugfs none /sys/kernel/debug`. 10 `ls /sys/kernel/debug/hid` to look in the directory to see the identifiers for connected HID
|
/cts/tests/video/ |
D | README.md | 6 …nning tests. Manual installation of these can be done using copy_media.sh script in this directory.
|
/cts/apps/CtsVerifier/ |
D | Android.bp | 210 // Creates a "cts-verifier" directory that will contain: 212 // 1. Out directory with a "android-cts-verifier" containing the CTS Verifier 215 // 2. Zipped version of the android-cts-verifier directory to be included with
|