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
45 username, password);
H A DL2tpIpsecService.java31 protected void connect(String serverIp, String username, String password) argument
48 username, password);
H A DL2tpService.java28 protected void connect(String serverIp, String username, String password) argument
33 username, password);
H A DPptpService.java28 protected void connect(String serverIp, String username, String password) argument
31 getDaemons().startPptp(serverIp, username, password,
H A DVpnServiceBinder.java54 public boolean connect(VpnProfile p, String username, String password) {
55 return VpnServiceBinder.this.connect(p, username, password);
102 final String username, final String password) {
108 s.onConnect(username, password);
101 connect(final VpnProfile p, final String username, final String password) argument
H A DVpnDaemons.java49 String username, String password) throws IOException {
50 return startMtpd(L2TP, serverIp, L2TP_PORT, secret, username, password,
54 public DaemonProxy startPptp(String serverIp, String username, argument
56 return startMtpd(PPTP, serverIp, PPTP_PORT, null, username, password,
119 String serverIp, String port, String secret, String username,
125 addPppArguments(args, serverIp, username, password, encryption);
133 String username, String password, boolean encryption)
137 "name", username,
48 startL2tp(String serverIp, String secret, String username, String password) argument
118 startMtpd(String protocol, String serverIp, String port, String secret, String username, String password, boolean encryption) argument
132 addPppArguments(ArrayList<String> args, String serverIp, String username, String password, boolean encryption) argument
H A DVpnService.java82 * Establishes a VPN connection with the specified username and password.
84 protected abstract void connect(String serverIp, String username, argument
127 synchronized boolean onConnect(String username, String password) { argument
135 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 DBrowserFrame.java507 // Has the user entered a username/password pair and is
511 // Check to see if the username & password appear in
520 // null username implies that user has chosen not to
523 // non-null username implies that user has
814 * Get username and password in the current frame. If found, String[0] is
815 * username and String[1] is password. Otherwise return NULL.
821 * Set username and password to the proper fields in the current frame
822 * @param username
825 private native void setUsernamePassword(String username, String password); argument
H A DCallbackProxy.java400 String username = bundle.getString("username");
404 if (!mWebView.onSavePassword(schemePlusHost, username, password,
968 public boolean onSavePassword(String schemePlusHost, String username, argument
980 bundle.putString("username", username);
H A DLoadListener.java769 void handleAuthResponse(String username, String password) { argument
772 + " username: " + username
777 if (username != null && password != null) {
779 mAuthHeader.setUsername(username);
788 username, password);
801 (isProxy, username, password, realm,
H A DWebViewDatabase.java130 private static final String PASSWORD_USERNAME_COL = "username";
149 private static final String HTTPAUTH_USERNAME_COL = "username";
720 * @param username The username for the password. If it is null, it means
724 void setUsernamePassword(String schemePlusHost, String username, argument
733 c.put(PASSWORD_USERNAME_COL, username);
741 * Retrieve the username and password for a given host
744 * @return String[] if found, String[0] is username, which can be null and
807 * @param username The username fo
811 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
[all...]
H A DWebView.java847 /* package */ boolean onSavePassword(String schemePlusHost, String username, argument
852 mDatabase.setUsernamePassword(schemePlusHost, username, password);
857 remember.getData().putString("username", username);
864 neverRemember.getData().putString("username", username);
1010 * Save the username and password for a particular host in the WebView's
1013 * @param username The username for the given host.
1016 public void savePassword(String host, String username, Strin argument
1029 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.java204 * Given the string the user entered in the 'username' field, find
209 * - if they didn't include a domain, an exact match of the username, or
211 * match of the username.
219 private Account findIntendedAccount(String username) { argument
223 // typed only the username (and not the domain), or got
230 if (username.equals(a.name)) {
232 } else if (username.equalsIgnoreCase(a.name)) {
234 } else if (username.indexOf('@') < 0) {
238 if (username.equals(aUsername)) {
240 } else if (username
[all...]
/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.googlelogin/
H A Dclient.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/googlelogin/ ...
/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.java187 * The username for this account
190 String USERNAME = "username";
354 * The username
357 String USERNAME = "username";
668 * The username of the blocked contact.
671 String USERNAME = "username";
979 * @param username the user name of the contact.
982 public static final Uri getContentUriByContact(long accountId, String username) { argument
985 builder.appendPath(username);
1031 * @param username th
1034 getOtrMessagesContentUriByContact(long accountId, String username) argument
[all...]

Completed in 8114 milliseconds