Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/com/android/calendarcommon2/ | 03-May-2024 | - | 3,602 | 2,340 | ||
tests/ | 03-May-2024 | - | 4,587 | 3,879 | ||
.classpath | D | 03-May-2024 | 356 | 9 | 8 | |
.gitignore | D | 03-May-2024 | 10 | 3 | 2 | |
.project | D | 03-May-2024 | 817 | 34 | 33 | |
Android.mk | D | 03-May-2024 | 878 | 27 | 7 | |
AndroidManifest.xml | D | 03-May-2024 | 834 | 20 | 5 | |
CleanSpec.mk | D | 03-May-2024 | 2 KiB | 47 | 2 | |
README | D | 03-May-2024 | 211 | 6 | 4 | |
project.properties | D | 03-May-2024 | 584 | 16 | 14 |
README
1To build and run tests: 2 3mmm -j20 frameworks/opt/calendar 4adb install -r $OUT/data/app/CalendarCommonTests.apk 5adb shell am instrument -w com.android.calendarcommon2.tests/android.test.InstrumentationTestRunner 6