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

  /external/smack/src/org/jivesoftware/smackx/muc/
DefaultUserStatusListener.java 43 public void banned(String actor, String reason) { method in class:DefaultUserStatusListener
UserStatusListener.java 25 * user being kicked, banned, or granted admin permissions.
57 * Called when an administrator or owner banned your user from the room. This means that you
60 * @param actor the administrator that banned your user (e.g. user@host.org).
61 * @param reason the reason provided by the administrator to banned you.
63 public abstract void banned(String actor, String reason); method in interface:UserStatusListener
DefaultParticipantStatusListener.java 49 public void banned(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.
81 * Called when an administrator or owner banned a participant from the room. This means that
82 * banned participant will no longer be able to join the room unless the ban has been removed.
84 * @param participant the participant that was banned from the room
86 * @param actor the administrator that banned the occupant (e.g. user@host.org).
89 public abstract void banned(String participant, String actor, String reason); method in interface:ParticipantStatusListener
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 49 test.must_not_contain('file', 'banned text\n')
336 def must_not_contain(self, file, banned, mode = 'rb'):
337 """Ensures that the specified file doesn't contain the banned text.
340 contains = (string.find(file_contents, banned) != -1)
342 print "File `%s' contains banned string." % file
343 print self.banner('Banned string ')
344 print banned
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 312 if (row.banned) {
361 public boolean banned; field in class:NotificationAppList.AppRow
388 row.banned = backend.getNotificationsBanned(row.pkg, row.uid);
537 public boolean setNotificationsBanned(String pkg, int uid, boolean banned) {
539 sINM.setNotificationsEnabledForPackage(pkg, uid, !banned);
AppNotificationSettings.java 159 mBlock.setChecked(mAppRow.banned);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-builder-3.2.1.jar 
maven-model-builder-3.2.1.jar 

Completed in 182 milliseconds