• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

assets/archives/25-Apr-2025-6031

common/com/android/documentsui/25-Apr-2025-10,6146,932

functional/com/android/documentsui/25-Apr-2025-9,0996,168

res/25-Apr-2025-18,56318,413

unit/com/android/documentsui/25-Apr-2025-15,97611,733

Android.bpD25-Apr-20253.1 KiB147118

AndroidManifest.xmlD25-Apr-20256.3 KiB150125

AndroidManifestUnitTests.xmlD25-Apr-2025166 64

AndroidTest.xmlD25-Apr-20251.8 KiB3716

READMED25-Apr-2025642 149

jarjar-rules.txtD25-Apr-202581 32

lint-baseline.xmlD25-Apr-20256.8 KiB147133

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