HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_INVALID (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 22 public static final int EVENT_INVALID = -1;
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 268 * <li><code>EVENT_INVALID</code>
504 public final static int EVENT_INVALID = 0;
573 case EVENT_INVALID:
574 return "EVENT_INVALID";

Completed in 534 milliseconds