HomeSort by relevance Sort by last modified time
    Searched refs:Monkey (Results 1 - 4 of 4) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 16 package com.android.commands.monkey;
24 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;
25 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;
26 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
94 // until the first activity gets launched after the monkey has
98 return Monkey.currentPackage;
103 if (Monkey.currentIntent == null) {
106 return Monkey.currentIntent.getAction();
111 if (Monkey.currentIntent == null) {
114 return Monkey.currentIntent.getComponent().getClassName()
    [all...]
Monkey.java 17 package com.android.commands.monkey;
53 public class Monkey {
56 * Monkey Debugging/Dev Support
92 /** Monitor /data/tombstones and stop the monkey if new files appear. */
101 /** This is set when we would like to abort the running of the monkey. */
130 /** Generate hprof reports before/after monkey runs */
258 synchronized (Monkey.this) {
270 synchronized (Monkey.this) {
276 synchronized (Monkey.this) {
310 * loop of the monkey
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1769 int32_t monkey = m_rand() % monkeyCount; local
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 334 <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li>

Completed in 32 milliseconds