OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MonkeyCommand
(Results
1 - 3
of
3
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java
56
* ReturnValue from the
MonkeyCommand
that indicates whether the
95
public interface
MonkeyCommand
{
109
private static class FlipCommand implements
MonkeyCommand
{
131
private static class TouchCommand implements
MonkeyCommand
{
176
private static class TrackballCommand implements
MonkeyCommand
{
205
private static class KeyCommand implements
MonkeyCommand
{
269
private static class SleepCommand implements
MonkeyCommand
{
292
private static class TypeCommand implements
MonkeyCommand
{
320
private static class WakeCommand implements
MonkeyCommand
{
335
private static class TapCommand implements
MonkeyCommand
{
[
all
...]
MonkeySourceNetworkVars.java
25
import com.android.commands.monkey.MonkeySourceNetwork.
MonkeyCommand
;
172
public static class ListVarCommand implements MonkeySourceNetwork.
MonkeyCommand
{
188
public static class GetVarCommand implements
MonkeyCommand
{
MonkeySourceNetworkViews.java
34
import com.android.commands.monkey.MonkeySourceNetwork.
MonkeyCommand
;
159
public static class ListViewsCommand implements
MonkeyCommand
{
193
public static class QueryViewCommand implements
MonkeyCommand
{
240
public static class GetRootViewCommand implements
MonkeyCommand
{
254
public static class GetViewsWithTextCommand implements
MonkeyCommand
{
Completed in 260 milliseconds