Home
last modified time | relevance | path

Searched refs:ViewIntrospectionCommand (Results 1 – 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java67 private static final Map<String, ViewIntrospectionCommand> COMMAND_MAP =
68 new HashMap<String, ViewIntrospectionCommand>();
71 private static interface ViewIntrospectionCommand { interface in MonkeySourceNetworkViews
226 ViewIntrospectionCommand getter = COMMAND_MAP.get(viewQuery); in translateCommand()
266 ViewIntrospectionCommand idGetter = new GetAccessibilityIds(); in translateCommand()
286 public static class GetLocation implements ViewIntrospectionCommand {
308 public static class GetText implements ViewIntrospectionCommand {
332 public static class GetClass implements ViewIntrospectionCommand {
346 public static class GetChecked implements ViewIntrospectionCommand {
361 public static class GetEnabled implements ViewIntrospectionCommand {
[all …]