assertTrue(mShowButton.hasFocus());
// Pressing the button will show an ExceptionTextView that might set a failed bit if
// the test fails.
sendKeys(KeyEvent.KEYCODE_DPAD_CENTER);
getInstrumentation().waitForIdleSync();
final ExceptionTextView etv = (ExceptionTextView) getActivity()
.findViewById(R.id.routeToField);
assertFalse("exception test view should not fail", etv.isFailed());