Searched defs:username (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DL2tpIpsecPskService.java31 protected void connect(String serverIp, String username, String password) argument
46 username, password);
H A DL2tpIpsecService.java31 protected void connect(String serverIp, String username, String password) argument
46 username, password);
H A DL2tpService.java31 protected void connect(String serverIp, String username, String password) argument
36 username, password);
H A DPptpService.java31 protected void connect(String serverIp, String username, String password) argument
35 username, password, p.isEncryptionEnabled());
H A DMtpdHelper.java32 String serverIp, String port, String secret, String username,
34 sendCommand(vpnService, protocol, serverIp, port, secret, username,
39 String serverIp, String port, String secret, String username,
45 addPppArguments(args, serverIp, username, password, encryption);
52 String username, String password, boolean encryption)
56 "name", username,
31 sendCommand(VpnService<?> vpnService, String protocol, String serverIp, String port, String secret, String username, String password) argument
38 sendCommand(VpnService<?> vpnService, String protocol, String serverIp, String port, String secret, String username, String password, boolean encryption) argument
51 addPppArguments(ArrayList<String> args, String serverIp, String username, String password, boolean encryption) argument
H A DVpnServiceBinder.java54 public boolean connect(VpnProfile p, String username, String password) {
55 return VpnServiceBinder.this.connect(p, username, password);
101 final String username, final String password) {
107 s.onConnect(username, password);
100 connect(final VpnProfile p, final String username, final String password) argument
H A DVpnService.java89 * Establishes a VPN connection with the specified username and password.
91 protected abstract void connect(String serverIp, String username, argument
144 synchronized boolean onConnect(String username, String password) { argument
152 connect(serverIp, username, password);
/frameworks/base/core/java/android/webkit/
H A DHttpAuthHandler.java76 String username = msg.getData().getString("username");
79 loader.handleAuthResponse(username, password);
94 * @param username The username to use for authentication
97 public void proceed(String username, String password) { argument
99 msg.getData().putString("username", username);
H A DWebViewDatabase.java123 private static final String PASSWORD_USERNAME_COL = "username";
142 private static final String HTTPAUTH_USERNAME_COL = "username";
687 * @param username The username for the password. If it is null, it means
691 void setUsernamePassword(String schemePlusHost, String username, argument
700 c.put(PASSWORD_USERNAME_COL, username);
708 * Retrieve the username and password for a given host
711 * @return String[] if found, String[0] is username, which can be null and
774 * @param username The username fo
778 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
[all...]
H A DBrowserFrame.java501 // Has the user entered a username/password pair and is
505 // Check to see if the username & password appear in
514 // null username implies that user has chosen not to
517 // non-null username implies that user has
794 * Get username and password in the current frame. If found, String[0] is
795 * username and String[1] is password. Otherwise return NULL.
801 * Set username and password to the proper fields in the current frame
802 * @param username
805 private native void setUsernamePassword(String username, String password); argument
H A DCallbackProxy.java373 String username = bundle.getString("username");
377 if (!mWebView.onSavePassword(schemePlusHost, username, password,
833 public boolean onSavePassword(String schemePlusHost, String username, argument
845 bundle.putString("username", username);
H A DLoadListener.java775 void handleAuthResponse(String username, String password) { argument
778 + " username: " + username
783 if (username != null && password != null) {
785 mAuthHeader.setUsername(username);
794 username, password);
807 (isProxy, username, password, realm,
H A DWebView.java714 /* package */ boolean onSavePassword(String schemePlusHost, String username, argument
719 mDatabase.setUsernamePassword(schemePlusHost, username, password);
724 remember.getData().putString("username", username);
731 neverRemember.getData().putString("username", username);
856 * Save the username and password for a particular host in the WebView's
859 * @param username The username for the given host.
862 public void savePassword(String host, String username, Strin argument
875 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
[all...]
/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java55 * new username and password.
60 * A string to be displayed to users so they know which username and
137 * @return The username string.
144 * Sets the username string.
146 public void setUsername(String username) { argument
147 mUsername = username;
H A DRequestHandle.java202 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { argument
203 String response = computeBasicAuthResponse(username, password);
215 String username,
224 username, password, realm, nonce, QOP, algorithm, opaque);
251 * @return Basic-scheme authentication response: BASE64(username:password).
253 public static String computeBasicAuthResponse(String username, String password) { argument
254 Assert.assertNotNull(username);
257 // encode username:password to base64
258 return new String(Base64.encodeBase64((username + ':' + password).getBytes()));
268 private String computeDigestAuthResponse(String username, argument
214 setupDigestAuthResponse(boolean isProxy, String username, String password, String realm, String nonce, String QOP, String algorithm, String opaque) argument
[all...]
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DAccountUnlockScreen.java195 * Given the string the user entered in the 'username' field, find
200 * - if they didn't include a domain, an exact match of the username, or
202 * match of the username.
210 private String findIntendedAccount(String username) { argument
222 // typed only the username (and not the domain), or got
229 if (username.equals(a)) {
231 } else if (username.equalsIgnoreCase(a)) {
233 } else if (username.indexOf('@') < 0) {
237 if (username.equals(aUsername)) {
239 } else if (username
[all...]
/frameworks/opt/com.google.android.googlelogin/
H A Dclient.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/googlelogin/ ...
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java82 public void savePassword(String host, String username, String password) { argument
86 String username, String password) {
85 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
/frameworks/opt/com.google.android/
H A Dframework.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/googlelogin/ ...
/frameworks/base/core/java/android/provider/
H A DIm.java186 * The username for this account
189 String USERNAME = "username";
353 * The username
356 String USERNAME = "username";
667 * The username of the blocked contact.
670 String USERNAME = "username";
953 * @param username the user name of the contact.
957 long accountId, String username) {
961 builder.appendPath(username);
1011 String USERNAME = "username";
956 getContentUriByContact(long providerId, long accountId, String username) argument
[all...]

Completed in 217 milliseconds