OSDN Git Service

Fix first-time usage.
authorFelipe Leme <felipeal@google.com>
Fri, 15 Apr 2016 18:32:53 +0000 (11:32 -0700)
committerFelipe Leme <felipeal@google.com>
Fri, 15 Apr 2016 19:04:46 +0000 (12:04 -0700)
commit3fb3d88d2b81122038a47c831d10f6b5ecf2b83a
treebdd60c9ff833e197fda8c40839fe328ff8447cb9
parent067f821ec84d3bcb556a8de77f3e3d3b8c042186
Fix first-time usage.

When tests run for the first time, the list of activities that can
handle ACTION_SEND_MULTIPLE might not be scrollable, which was cause the
scrollForward() method to fail.

BUG: 27431998
Change-Id: I5992bc9fec6291c74c4af7887ee66eb4f96e87c0
packages/Shell/tests/src/com/android/shell/ActionSendMultipleConsumerActivity.java
packages/Shell/tests/src/com/android/shell/UiBot.java