HomeSort by relevance Sort by last modified time
    Searched refs:kicked (Results 1 - 9 of 9) sorted by null

  /external/smack/src/org/jivesoftware/smackx/muc/
DefaultUserStatusListener.java 34 public void kicked(String actor, String reason) { method in class:DefaultUserStatusListener
UserStatusListener.java 25 * user being kicked, banned, or granted admin permissions.
32 * Called when a moderator kicked your user from the room. This means that you are no longer
35 * @param actor the moderator that kicked your user from the room (e.g. user@host.org).
38 public abstract void kicked(String actor, String reason); method in interface:UserStatusListener
DefaultParticipantStatusListener.java 40 public void kicked(String participant, String actor, String reason) { method in class:DefaultParticipantStatusListener
ParticipantStatusListener.java 25 * user being kicked, banned, or granted admin permissions.
43 * neither kicked nor banned from the room.
51 * Called when a room participant has been kicked from the room. This means that the kicked
54 * @param participant the participant that was kicked from the room
56 * @param actor the moderator that kicked the occupant from the room (e.g. user@host.org).
59 public abstract void kicked(String participant, String actor, String reason); method in interface:ParticipantStatusListener
  /bootable/recovery/minadbd/
transport.c 68 if (t && !t->kicked)
70 int kicked; local
73 kicked = t->kicked;
74 if (!kicked)
75 t->kicked = 1;
78 if (!kicked)
559 if (!t->kicked) {
560 t->kicked = 1;
adb.h 190 /* a list of adisconnect callbacks called when the transport is kicked */
191 int kicked; member in struct:atransport
  /system/core/adb/
transport.c 73 if (t && !t->kicked)
75 int kicked; local
78 kicked = t->kicked;
79 if (!kicked)
80 t->kicked = 1;
83 if (!kicked)
717 if (!t->kicked) {
718 t->kicked = 1;
991 if ( !t->kicked ) {
    [all...]
adb.h 206 /* a list of adisconnect callbacks called when the transport is kicked */
207 int kicked; member in struct:atransport
  /external/oprofile/events/i386/nehalem/
unit_masks 33 0x04 watchdog Counts the number of times the memory disambiguration watchdog kicked in

Completed in 286 milliseconds