History log of /packages/apps/Settings/tests/robotests/src/com/android/settings/password/ConfirmCredentialTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22a39c2b93bc66db71238274a7683d329232d124 26-Feb-2018 James Lemieux <jplemieux@google.com> Use external/robolectric-shadows/run_robotests.mk

This allows Settings to test against the latest framework changes.

Also replaced TestConfig with traditional robolectric.properties.

Bug: 73173204
Bug: 73892008
Test: make -j56 RunSettingsRoboTests
Change-Id: I3135b4fa5f095ba79b282a76f45dd9baa2584bc7
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ConfirmCredentialTest.java
cbfb099a4002f751ff9b367f1742565b40c5d519 05-Dec-2017 jeffreyhuang <jeffreyhuang@google.com> Rename SDK_VERSION_O to SDK_VERSION

Test: make RunSettingsRoboTests -j40
Change-Id: I6715062d8addadda441e32809db1af55f15e3a90
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ConfirmCredentialTest.java
a442405a0e2f82ff4c8993f577c82eda196547e4 01-Dec-2017 jeffreyhuang <jeffreyhuang@google.com> Move password test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I37c5df89dc4236a7d225c4802bf4195f2fd943b7
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ConfirmCredentialTest.java
9f1e911759dc6fedaac9fa65afb79f6a93022bf4 09-Jun-2017 Andrew Sapperstein <asapperstein@google.com> Refactor test runner to use static list of resource paths

Previously everything lived in an inner class method of
SettingsRobolectricTestRunner. That method has now been turned into
a static method so that it can be called by other runners.

Bug: 62460102
Test: robotests
Change-Id: I6612b1f26404587301c534c8ba60e39d59d6c840
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ConfirmCredentialTest.java
2eb170cd6ff43db01dc0ff3c1fcac5ebba4489de 29-Apr-2017 Maurice Lam <yukl@google.com> Clean up choose lock intent creation

Consolidated the many variants of ChooseLock*.createIntent, so that
it will take the same set of arguments.

Also modified SetupChooseLock*.createIntent to modifyIntentForSetup,
which will take the intent created by ChooseLock* and modify it for
use with setup.

Test: cd tests/robotests && mma
Change-Id: I5ff033f459c33ec9980872a536b3996d89f2bbbb
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ConfirmCredentialTest.java