History log of /packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
57a0e98eed836b72dd3dc3540b9cac029266ed7c 25-Mar-2017 Wenyi Wang <wenyiw@google.com> Add isLoggable checks to all verbose and debug log outputs (1/2)

Bug: 6813854

Test: built apk and verified log is seen in logcat

Change-Id: Ib17cac0d2d9553276c4271221110305ab2d70a46
/packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java
69c182afb0e6d82a341a28b4317aa703af768906 05-Dec-2016 Gary Mai <garymai@google.com> Collapse common packages (1/?)

Move the majority of packages out of common. When trying to move
common.activity to activities every file switched from a rename to
separated deletes and adds. Will move tests and the rest of common
in a separate CL.

Test: Built GoogleContacts, Contacts, GoogleContactsTests,
ContactsTests.

Bug: 33252370
Change-Id: I9ffb20038dee255ef5f83002b7870265771b08c5
/packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java
95246bb89a1c45459fe15eefdc6d924963247944 11-Nov-2016 Marcus Hagerott <mhagerott@google.com> DO NOT MERGE Add notification for SIM import

This provides feedback to the user if the import takes some time. Also
moved SIM import into it's own service instead of ContactSaveService
to prevent blocking the save service with a long-running operation.

Test
manually verified that notification is displayed when contacts are
imported from the SIM card

Bug 32781237

Change-Id: I8f26e524a08b62f69ff06ddb45cec2db5e98fe24
(cherry picked from commit ba47b41205ddcc3872d52bede1f6aaffb4c874b8)
/packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java
2aa3198b6881c3272a0295fec85646e7ef2282cf 25-Oct-2016 Marcus Hagerott <mhagerott@google.com> Disable existing contacts on SIM import screen.

Test
manual: import some SIM contacts and verify that they are disabled when opening
the SIM import screen the 2nd time.

Bug 31781331
Change-Id: I670a4650281246682dbce9320ef65e517bfe0f31
/packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java
66e8b228b4dc76bf63a138de3087574adf694e87 24-Oct-2016 Marcus Hagerott <mhagerott@google.com> Add better support for importing from multiple SIMs

For I102f4f14ae976e550f65c83ee695d7cdc241e4e1

Test
See I102f4f14ae976e550f65c83ee695d7cdc241e4e1

Bug 31781331
Change-Id: I849e441d1ab42bff135b300b34595eb8ed468005
/packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java
6927faf7e6e176246bca01d778bfbdff16635b6d 19-Oct-2016 Marcus Hagerott <mhagerott@google.com> Consolidate adb helper methods into single class.

This makes them easier to invoke and prevents confusion by separating them
normal from production and test code.

Test
$ adb shell am instrument -e method addTestAccount -e accountName fooAccount\
$ -w com.android.contacts.tests/com.android.contacts.RunMethodInstrumentation

Change-Id: I443681b4b8ed526c390e593540c5e2910d97f6b4
/packages/apps/Contacts/tests/src/com/android/contacts/tests/AdbHelpers.java