Searched defs:getPassword (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DPasswordAuthentication.java76 public byte[] getPassword() { method in class:PasswordAuthentication
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/commands/
H A DGetCertData.java63 public byte[] getPassword() { method in class:GetCertData
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DUpdateInfo.java78 public String getPassword() { method in class:UpdateInfo
H A DCredential.java149 public String getPassword() { method in class:Credential
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DUpdateInfo.java81 public String getPassword() { method in class:UpdateInfo
H A DCredential.java181 mPassword = enterpriseConfig.getPassword();
253 public String getPassword() { method in class:Credential
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java107 mUri.setUserPassword(profile.getPassword());
414 public String getPassword() { method in class:SipProfile
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java551 public String getPassword() { method in class:WifiEnterpriseConfig
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java369 public String getPassword(final Account account) { method in class:AccountManager
372 return mService.getPassword(account);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java702 public String getPassword() throws RemoteException { method in class:IMountService.Stub.Proxy
1878 String result = getPassword();
2410 public String getPassword() throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2768 public String getPassword() throws RemoteException { method in class:MountService
2787 Slog.e(TAG, "Invalid response to getPassword");
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java903 public String getPassword(Account account) { method in class:AccountManagerService
906 Log.v(TAG, "getPassword: " + account

Completed in 505 milliseconds