OSDN Git Service

Added an instrumentation test case for quickly adding a widget.
authorTony <tonyswickham@gmail.com>
Sun, 18 Oct 2015 22:01:32 +0000 (15:01 -0700)
committerTony <twickham@google.com>
Fri, 4 Dec 2015 20:06:13 +0000 (12:06 -0800)
commit2f04430fa4636519072b128dff9ddec9e879da6b
tree3fcf84bed3cae5a6c84176524f13908cb2d379a0
parentbcec69525d8c4c64258f930608ab4e437368c058
Added an instrumentation test case for quickly adding a widget.

This would have caught the race condition bugs that caused the "specified child
already has a parent" IllegalStateException (bug 23896857).

Change-Id: I3b408d21113237b0c89a0a7161f504596212bd58
tests/src/com/android/launcher3/QuickAddWidgetTest.java [new file with mode: 0644]