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

..--

src/com/android/car/frameworkpackagestubs/test/25-Apr-2025-225161

Android.bpD25-Apr-20251.2 KiB4539

AndroidManifest.xmlD25-Apr-20251.5 KiB4220

AndroidTest.xmlD25-Apr-20252.1 KiB4220

README.mdD25-Apr-2025638 2415

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