• Home
Name Date Size #Lines LOC

..--

assets/06-Sep-2024-2220

res/06-Sep-2024-1,286668

src/com/android/contacts/06-Sep-2024-13,8719,613

Android.bpD06-Sep-20241 KiB4334

AndroidManifest.xmlD06-Sep-20245 KiB11374

AndroidTest.xmlD06-Sep-20241.3 KiB3014

READMED06-Sep-2024231 149

README

1# Running tests
2
3Build and install Contacts.apk
4
5Grant Contacts permissions to Contacts.apk
6
7Run
8```shell
9$ atest ContactsTests
10```
11
12More information can be found at
13https://source.android.com/compatibility/tests/development/atest
14