HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_NONE (Results 1 - 3 of 3) sorted by null

  /external/nos/host/generic/nugget/include/
citadel_events.h 82 EVENT_NONE = 0, /* No valid event exists with this ID */
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityManagerFacade.java 128 public static final int EVENT_NONE = 0;
192 public static final int EVENT_NONE = 0;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 143 public static final int EVENT_NONE = 0;
296 new VideoCallCallback(callId, VideoCallCallback.EVENT_NONE);
356 public static final int EVENT_NONE = 0;
560 CallCallback callCallback = new CallCallback(id, CallCallback.EVENT_NONE);
570 videoCallCallback = new VideoCallCallback(id, VideoCallCallback.EVENT_NONE);
    [all...]

Completed in 201 milliseconds