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

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 147 private Map userAccounts = new HashMap();
240 return (UserAccount) userAccounts.get(username);
261 userAccounts.put(userAccount.getUsername(), userAccount);
265 * Add the UserAccount objects in the <code>userAccountList</code> to the set of UserAccounts.
272 userAccounts.put(userAccount.getUsername(), userAccount);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 64 milliseconds