• Home
Name Date Size #Lines LOC

..--

assets/archives/03-May-2024-6031

common/com/android/documentsui/03-May-2024-10,0506,525

functional/com/android/documentsui/03-May-2024-3,3432,193

res/03-May-2024-18,56318,413

unit/com/android/documentsui/03-May-2024-16,01011,427

Android.bpD03-May-20242 KiB9878

AndroidManifest.xmlD03-May-20246.1 KiB143120

AndroidTest.xmlD03-May-20241.3 KiB2913

READMED03-May-2024642 149

jarjar-rules.txtD03-May-202481 32

README

1Welcome to our tests!
2
3unit tests are under the 'unit/' dir, function under 'functional/'.
4
5Some of the test cases in functional/ check the file operation among the different storage media.
6Therefore, insert SD Card media to the test device when running this instrumentation test if the
7device has SD Card slot. If SD Card is not inserted or supported, the test creates virtual SD Card
8and uses it instead.
9
10To run just small tests"
11adb shell am instrument -w -e debug false -e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/androidx.test.runner.AndroidJUnitRunner
12
13Replace '-e size small' with '-e size large'.
14