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.java126 public static final int EVENT_INVALID = -1; field in ConnectivityManagerFacade.PacketKeepaliveReceiver
190 public static final int EVENT_INVALID = -1; field in ConnectivityManagerFacade.NetworkCallback
366 return NetworkCallback.EVENT_INVALID; in getNetworkCallbackEvent()
402 return PacketKeepaliveReceiver.EVENT_INVALID; in getPacketKeepaliveReceiverEvent()
518 if (event == PacketKeepaliveReceiver.EVENT_INVALID) { in connectivityNattKeepaliveStartListeningForEvent()
534 if (event == PacketKeepaliveReceiver.EVENT_INVALID) { in connectivityNattKeepaliveStopListeningForEvent()
549 if (event == NetworkCallback.EVENT_INVALID) { in connectivityNetworkCallbackStartListeningForEvent()
564 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
874 if (event == CallCallback.EVENT_INVALID) { in callStartListeningForEvent()
892 if (event == CallCallback.EVENT_INVALID) { in callStopListeningForEvent()
910 if (event == VideoCallCallback.EVENT_INVALID) { in videoCallStartListeningForEvent()
928 if (event == VideoCallCallback.EVENT_INVALID) { in videoCallStopListeningForEvent()
1197 return CallCallback.EVENT_INVALID; in getCallCallbackEvent()
1245 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