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

..--

assets/25-Apr-2025-2220

res/25-Apr-2025-1,286668

src/com/android/contacts/25-Apr-2025-13,8719,613

Android.bpD25-Apr-20251 KiB4334

AndroidManifest.xmlD25-Apr-20255 KiB11374

AndroidTest.xmlD25-Apr-20251.3 KiB3014

READMED25-Apr-2025231 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