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

  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueOverview.java 47 private int userCount;
53 this.userCount = -1;
73 void setUserCount(int userCount) {
74 this.userCount = userCount;
78 return userCount;
101 if (userCount != -1) {
102 buf.append("<count>").append(userCount).append("</count>");
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 533 final int userCount = mUserStates.size();
534 for (int i = 0; i < userCount; i++) {
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java     [all...]

Completed in 43 milliseconds