↓ 39 callersMethodgetSmallTimeoutGets the default timeout length of the get, is, set, assert, enter, type and click methods. @return the timeout length in milliseconds
app/src/main/java/com/robotium/solo/Timeout.java:65
↓ 3 callersMethodsendKeyCodeTells Robotium to send a key code: Right, Left, Up, Down, Enter or other. @param keycode the key code to be sent. Use {@link KeyEvent#KEYCODE_ENTER},
app/src/main/java/com/robotium/solo/Sender.java:39