Home
last modified time | relevance | path

Searched defs:userAccount (Results 26 – 50 of 112) sorted by relevance

12345

/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java40 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DUserCommandHandler.java41 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoController.java26 public void onUserInfoChanged(String name, Drawable picture, String userAccount); in onUserInfoChanged()
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DPassCommandHandler.java44 UserAccount userAccount = getServerConfiguration().getUserAccount(username); in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/fake/example/
H A DRemoteFileTest.java69 … UserAccount userAccount = new UserAccount(RemoteFile.USERNAME, RemoteFile.PASSWORD, HOME_DIR); in setUp() local

12345