History log of /frameworks/base/tests/testables/tests/src/android/testing/TestableSettingsProviderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
629c20c9991ab8da3732ba554794fffd7922f185 10-May-2017 Chris Wren <cwren@google.com> extend TestableSettingsProvider to multiuser

Bug: 36021111
Test: runtest -x frameworks/base/tests/testables

Change-Id: I13dc2b33a39a01954034fa3d69ae9645d23c3304
/frameworks/base/tests/testables/tests/src/android/testing/TestableSettingsProviderTest.java
f06a317039a6502252c2b4b1a878520d166a38c6 25-Apr-2017 Jason Monk <jmonk@google.com> Guard against incorrect context use.

Instead of just having random tests fail, fail all the tests with a
slightly more useful message.

Also remove all the code around acquiring and contention, now that
we have a test rule in place for TestableContext, we can just use
that for cleanup and have a simple copy-on-write provider.

Test: runtest -x frameworks/base/tests/testables && runtest systemui
Change-Id: I907da23730a4a96cfa2bb112100a06980f01b078
Fixes: 37302051
/frameworks/base/tests/testables/tests/src/android/testing/TestableSettingsProviderTest.java