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

  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 22 public static final int EVENT_INVALID = -1;
HudSystem.java 153 mFadePendingEventType = GameFlowEvent.EVENT_INVALID;
463 if (percentComplete >= 1.0f && mFadePendingEventType != GameFlowEvent.EVENT_INVALID) {
467 mFadePendingEventType = GameFlowEvent.EVENT_INVALID;
NPCComponent.java 267 if (mDialogEvent != GameFlowEvent.EVENT_INVALID) {
270 mDialogEvent = GameFlowEvent.EVENT_INVALID;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityManagerFacade.java 126 public static final int EVENT_INVALID = -1;
190 public static final int EVENT_INVALID = -1;
366 return NetworkCallback.EVENT_INVALID;
402 return PacketKeepaliveReceiver.EVENT_INVALID;
518 if (event == PacketKeepaliveReceiver.EVENT_INVALID) {
534 if (event == PacketKeepaliveReceiver.EVENT_INVALID) {
549 if (event == NetworkCallback.EVENT_INVALID) {
564 if (event == NetworkCallback.EVENT_INVALID) {
    [all...]
  /system/core/libutils/include/utils/
Looper.h 208 EVENT_INVALID = 1 << 4,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 142 public static final int EVENT_INVALID = -1;
355 public static final int EVENT_INVALID = -1;
874 if (event == CallCallback.EVENT_INVALID) {
892 if (event == CallCallback.EVENT_INVALID) {
910 if (event == VideoCallCallback.EVENT_INVALID) {
928 if (event == VideoCallCallback.EVENT_INVALID) {
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 586 member_(EVENT_INVALID),
595 member_(EVENT_INVALID),
672 member_(EVENT_INVALID),
681 member_(EVENT_INVALID),
trace_event_analyzer.h 495 EVENT_INVALID,
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 149 if (looperEvents & (Looper::EVENT_ERROR | Looper::EVENT_HANGUP | Looper::EVENT_INVALID)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionInfoUpdater.java 69 private static final int EVENT_INVALID = -1;
175 if (message != EVENT_INVALID) {
193 return EVENT_INVALID;
    [all...]

Completed in 365 milliseconds