Home
last modified time | relevance | path

Searched defs:whatToType (Results 1 – 1 of 1) sorted by relevance

/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
DTypeAction.java24 private final String whatToType; field in TypeAction
26 public TypeAction(String whatToType) { in TypeAction()