summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Hide settings suggestion when emergency info are provided.Juan Lang2017-07-212-0/+192
* Show text changes immediately.Juan Lang2017-07-191-0/+8
* Reimplement EmergencyInfo with the support library.Juan Lang2017-06-2111-22/+168
* Make EmergencyInfo's settings searchable.Juan Lang2017-06-211-0/+84
* Rewrite EmergencyListPreferenceTest as unit/robolectric tests.Juan Lang2017-06-198-277/+294
* Rewrite EmergencyContactsPreferenceTest as a unit test.Juan Lang2017-06-192-177/+123
* Convert NameAutoCompletePreferenceTest to a unit test.Juan Lang2017-06-163-108/+83
* Convert EditInfoActivityTest to a unit test.Juan Lang2017-06-163-244/+226
* Convert ViewInfoActivityTest to a unit test.Juan Lang2017-06-134-217/+262
* Add robolectric tests for EmergencyContactsPreference.Juan Lang2017-06-123-97/+170
* Convert more test cases to robolectric.Juan Lang2017-06-124-106/+69
* Add a NameAutoCompletePreference robolectric testJuan Lang2017-06-062-44/+93
* Add an EmergencyEditText robolectric test.Juan Lang2017-06-062-38/+67
* Convert ContactPreferenceTest to a robolectric test.Juan Lang2017-06-064-97/+216
* Move ContactTestUtils to a common location.Juan Lang2017-06-053-1/+30
* Move existing tests to an instrumentation directory.Juan Lang2017-06-0512-18/+37
* Remove an obsolete comment.Juan Lang2017-05-171-2/+0
* Fix ViewInfoActivityTest#testCanGoToEditInfoActivityFromMenumariagpuyol2017-05-151-2/+1
* Prepare for removal of junit and android.test classes from Android API (step 1)Paul Duffin2017-05-081-1/+1
* Combine editing medical info and emergency contacts into one view.Juan Lang2017-05-056-176/+103
* Drop unused intent filter.Juan Lang2017-05-041-18/+0
* Remove the consent dialog.Juan Lang2017-04-281-110/+0
* Convert remaining unit tests to truth.Juan Lang2017-04-286-119/+131
* Convert test assertions to truth.Juan Lang2017-04-283-70/+86
* Add test config to EmergencyInfoTestsDan Shi2017-03-221-0/+27
* packages/apps/EmergencyInfo: Add APCT tests to the device-tests suite.Simran Basi2017-03-151-0/+1
* Protect against IllegalArgumentExceptions when reading contacts.mariagpuyol2017-03-092-13/+13
* Fix clearAllPreferences testmariagpuyol2017-02-281-11/+41
* Merge "Add the throwable message to the fail message. Bug: 35713246 Test: Man...TreeHugger Robot2017-02-244-5/+5
|\
| * Add the throwable message to the fail message.mariagpuyol2017-02-234-5/+5
* | Stop linking to legacy-android-testmariagpuyol2017-02-221-1/+0
|/
* Prepare for removal of legacy-test from default targetsPaul Duffin2017-01-171-0/+1
* Add extra string to empty statemariagpuyol2016-09-051-3/+4
* Remove date of birthmariagpuyol2016-06-023-256/+0
* Never disable ViewInfoActivitymariagpuyol2016-04-141-12/+0
* Add tests for dialogs in EditInfoActivitymariagpuyol2016-04-065-16/+186
* Add more testsmariagpuyol2016-04-059-34/+253
* Add more tests for EditInfoActivitymariagpuyol2016-04-055-7/+98
* Add contact-related testsmariagpuyol2016-04-055-9/+488
* Add test for ViewInfoActivitymariagpuyol2016-04-042-1/+211
* Add more tests for custom preferencesmariagpuyol2016-04-014-3/+418
* Setup tests and add first testsmariagpuyol2016-03-314-0/+289