Searched refs:EVENT_INVALID (Results 1 – 5 of 5) sorted by relevance
127 public static final int EVENT_INVALID = -1; field in ConnectivityManagerFacade.PacketKeepaliveReceiver191 public static final int EVENT_INVALID = -1; field in ConnectivityManagerFacade.NetworkCallback367 return NetworkCallback.EVENT_INVALID; in getNetworkCallbackEvent()403 return PacketKeepaliveReceiver.EVENT_INVALID; in getPacketKeepaliveReceiverEvent()526 if (event == PacketKeepaliveReceiver.EVENT_INVALID) { in connectivityNattKeepaliveStartListeningForEvent()542 if (event == PacketKeepaliveReceiver.EVENT_INVALID) { in connectivityNattKeepaliveStopListeningForEvent()557 if (event == NetworkCallback.EVENT_INVALID) { in connectivityNetworkCallbackStartListeningForEvent()572 if (event == NetworkCallback.EVENT_INVALID) { in connectivityNetworkCallbackStopListeningForEvent()
142 public static final int EVENT_INVALID = -1; field in InCallServiceImpl.CallCallback355 public static final int EVENT_INVALID = -1; field in InCallServiceImpl.VideoCallCallback874 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()
22 public static final int EVENT_INVALID = -1; field in GameFlowEvent
153 mFadePendingEventType = GameFlowEvent.EVENT_INVALID; in reset()463 if (percentComplete >= 1.0f && mFadePendingEventType != GameFlowEvent.EVENT_INVALID) { in update()467 mFadePendingEventType = GameFlowEvent.EVENT_INVALID; in update()
267 if (mDialogEvent != GameFlowEvent.EVENT_INVALID) { in executeCommand()270 mDialogEvent = GameFlowEvent.EVENT_INVALID; in executeCommand()