• Home
Name Date Size #Lines LOC

..--

common/com/android/documentsui/03-May-2024-9,2015,956

functional/com/android/documentsui/03-May-2024-1,8291,142

res/raw/03-May-2024-

unit/com/android/documentsui/03-May-2024-12,9119,288

Android.mkD03-May-2024838 3022

AndroidManifest.xmlD03-May-20245.7 KiB134113

AndroidTest.xmlD03-May-20241.2 KiB2812

READMED03-May-2024333 95

jarjar-rules.txtD03-May-202481 32

README

1Welcome to our tests!
2
3unit tests are under the 'unit/' dir, function under 'functional/'.
4
5To run just small tests"
6adb shell am instrument -w -e debug false -e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/android.support.test.runner.AndroidJUnitRunner
7
8Replace '-e size small' with '-e size large'.
9