Home
last modified time | relevance | path

Searched refs:EVENT_INVALID (Results 1 – 7 of 7) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java112 public static final int EVENT_INVALID = -1; field in ConnectivityManagerFacade.PacketKeepaliveReceiver
176 public static final int EVENT_INVALID = -1; field in ConnectivityManagerFacade.NetworkCallback
352 return NetworkCallback.EVENT_INVALID; in getNetworkCallbackEvent()
388 return PacketKeepaliveReceiver.EVENT_INVALID; in getPacketKeepaliveReceiverEvent()
504 if (event == PacketKeepaliveReceiver.EVENT_INVALID) { in connectivityNattKeepaliveStartListeningForEvent()
520 if (event == PacketKeepaliveReceiver.EVENT_INVALID) { in connectivityNattKeepaliveStopListeningForEvent()
535 if (event == NetworkCallback.EVENT_INVALID) { in connectivityNetworkCallbackStartListeningForEvent()
550 if (event == NetworkCallback.EVENT_INVALID) { in connectivityNetworkCallbackStopListeningForEvent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java142 public static final int EVENT_INVALID = -1; field in InCallServiceImpl.CallCallback
355 public static final int EVENT_INVALID = -1; field in InCallServiceImpl.VideoCallCallback
863 if (event == CallCallback.EVENT_INVALID) { in callStartListeningForEvent()
881 if (event == CallCallback.EVENT_INVALID) { in callStopListeningForEvent()
899 if (event == VideoCallCallback.EVENT_INVALID) { in videoCallStartListeningForEvent()
917 if (event == VideoCallCallback.EVENT_INVALID) { in videoCallStopListeningForEvent()
1186 return CallCallback.EVENT_INVALID; in getCallCallbackEvent()
1234 return CallCallback.EVENT_INVALID; in getVideoCallCallbackEvent()
/external/replicaisland/src/com/replica/replicaisland/
DGameFlowEvent.java22 public static final int EVENT_INVALID = -1; field in GameFlowEvent
DHudSystem.java153 mFadePendingEventType = GameFlowEvent.EVENT_INVALID; in reset()
463 if (percentComplete >= 1.0f && mFadePendingEventType != GameFlowEvent.EVENT_INVALID) { in update()
467 mFadePendingEventType = GameFlowEvent.EVENT_INVALID; in update()
DNPCComponent.java267 if (mDialogEvent != GameFlowEvent.EVENT_INVALID) { in executeCommand()
270 mDialogEvent = GameFlowEvent.EVENT_INVALID; in executeCommand()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc586 member_(EVENT_INVALID), in Query()
595 member_(EVENT_INVALID), in Query()
672 member_(EVENT_INVALID), in Query()
681 member_(EVENT_INVALID), in Query()
Dtrace_event_analyzer.h495 EVENT_INVALID, enumerator