| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/com/android/car/frameworkpackagestubs/test/ | 03-May-2024 | - | 275 | 202 | ||
| Android.bp | D | 03-May-2024 | 1.1 KiB | 44 | 38 | |
| AndroidManifest.xml | D | 03-May-2024 | 1.5 KiB | 42 | 20 | |
| AndroidTest.xml | D | 03-May-2024 | 2.1 KiB | 42 | 20 | |
| README.md | D | 03-May-2024 | 638 | 24 | 15 |
README.md
1# CarFrameworkPackageStubsTest 2 3These are integration tests for [Car FrameworkPackageStubs]. Run and pass them 4in the following cases: 5 61. A change in Car FrameworkPackageStubs 72. A change on how a device handling [Common intents], such as: adding 8 DocumentsUI to a build target. 9 10## Running it 11 121. Prepare the device & environment for [Atest]. 132. Run the test module by: 14 15``` 16atest CarFrameworkPackageStubsTest 17``` 18 19[Car FrameworkPackageStubs]: ../../FrameworkPackageStubs/README.md 20 21[Common intents]: https://developer.android.com/guide/components/intents-common 22 23[Atest]: https://source.android.com/docs/core/tests/development/atest 24