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

  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 42 * been displayed. This event is to be raised by the XMPP client.</li>
44 * <li>Displayed<br>
45 * Once the message has been received by the recipient's XMPP client, it may be displayed to the
46 * user. This event indicates that the message has been displayed, and is to be raised by the
47 * XMPP client. Even if a message is displayed multiple times, this event should be raised only
63 public static final String DISPLAYED = "displayed";
69 private boolean displayed = false; field in class:MessageEvent
122 * when the message is displayed.
123 * When the message is a notification returns if the message was displayed or not
    [all...]
  /external/dropbear/
scp.c 827 YES, NO, DISPLAYED
1054 wrerr = DISPLAYED;
1065 wrerr = DISPLAYED;
1076 wrerr = DISPLAYED;
1089 wrerr = DISPLAYED;
1099 case DISPLAYED:
  /external/openssh/
scp.c 903 YES, NO, DISPLAYED
1126 wrerr = DISPLAYED;
1137 wrerr = DISPLAYED;
1148 wrerr = DISPLAYED;
1161 wrerr = DISPLAYED;
1171 case DISPLAYED:

Completed in 52 milliseconds