Searched refs:EVENT_NONE (Results 1 – 4 of 4) sorted by relevance
35 private static final int EVENT_NONE = -1; field in WebvttDecoder96 int foundEvent = EVENT_NONE; in getNextEvent()98 while (foundEvent == EVENT_NONE) { in getNextEvent()
62 EVENT_NONE = 0, // Unused ID, used as empty marker. enumerator
143 public static final int EVENT_NONE = 0; field in InCallServiceImpl.CallCallback296 new VideoCallCallback(callId, VideoCallCallback.EVENT_NONE); in onVideoCallChanged()356 public static final int EVENT_NONE = 0; field in InCallServiceImpl.VideoCallCallback560 CallCallback callCallback = new CallCallback(id, CallCallback.EVENT_NONE); in onCallAdded()570 videoCallCallback = new VideoCallCallback(id, VideoCallCallback.EVENT_NONE); in onCallAdded()
146 public static final int EVENT_NONE = 0; field in ConnectivityManagerFacade.NetworkCallback