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.java68 private static final Map<String, ViewIntrospectionCommand> COMMAND_MAP =
69 new HashMap<String, ViewIntrospectionCommand>();
72 private static interface ViewIntrospectionCommand { interface in MonkeySourceNetworkViews
227 ViewIntrospectionCommand getter = COMMAND_MAP.get(viewQuery); in translateCommand()
267 ViewIntrospectionCommand idGetter = new GetAccessibilityIds(); in translateCommand()
287 public static class GetLocation implements ViewIntrospectionCommand {
309 public static class GetText implements ViewIntrospectionCommand {
333 public static class GetClass implements ViewIntrospectionCommand {
347 public static class GetChecked implements ViewIntrospectionCommand {
362 public static class GetEnabled implements ViewIntrospectionCommand {
[all …]