Searched refs:userList (Results 1 – 4 of 4) sorted by relevance
26 private ExtendedListBox userList = new ExtendedListBox(); field in JobOwnerFilter39 userList.addChangeHandler(this); in JobOwnerFilter()43 selectUserPanel.add(userList); in JobOwnerFilter()54 userList.setEnabled(event.getSource() == selectUserRadio); in onValueChange()73 userList.addItem(user); in populateUserList()76 userList.selectByName(currentUser); in populateUserList()82 return new JSONString(userList.getSelectedName()); in getMatchValue()
194 String userList = runCommandWithOutput("pm list users"); in getWorkProfileUserId() local197 Matcher matcher = USERINFO_PATTERN.matcher(userList); in getWorkProfileUserId()207 throw new IllegalStateException("No non-system user found: " + userList); in getWorkProfileUserId()
187 userList = uList191 usr = userList.pop(n)
140 public ArrayList<User> userList; field in BasicExceptionTest.Users