History log of /frameworks/base/packages/Shell/tests/src/com/android/shell/ActionSendMultipleConsumerActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3fb3d88d2b81122038a47c831d10f6b5ecf2b83a 15-Apr-2016 Felipe Leme <felipeal@google.com> 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
/frameworks/base/packages/Shell/tests/src/com/android/shell/ActionSendMultipleConsumerActivity.java
e53e85f6051d20cbd477bc25d446a41996411fab 18-Nov-2015 Felipe Leme <felipeal@google.com> Initial integration test for BugReportReceiver.

These tests rely in the UI Automator to interact with the UI and
follow the workflow below:

* creates the bug report files
* generates the BUGREPORT_FINISHED intent
* emulate user actions to share the intent with a custom activity
* asserts the extras received by the custom activity

It still have some limitations, like requiring the phone to be unlocked
and having the bugreport warning already checked, and those will be
addressed in future CLs.

BUG: 25752530
Change-Id: I01d7fad9f94daf156b728cbb9ef228bbfa6ee0f5
/frameworks/base/packages/Shell/tests/src/com/android/shell/ActionSendMultipleConsumerActivity.java