| /frameworks/volley/src/com/android/volley/toolbox/ |
| AndroidAuthenticator.java | 29 * An Authenticator that uses {@link AccountManager} to get auth 32 public class AndroidAuthenticator implements Authenticator { 39 * Creates a new authenticator. 49 * Creates a new authenticator. 64 * Returns the Account being used by this authenticator.
|
| /external/chromium/chrome/browser/chromeos/login/ |
| parallel_authenticator.h | 18 #include "chrome/browser/chromeos/login/authenticator.h" 55 class ParallelAuthenticator : public Authenticator,
|
| google_authenticator.h | 17 #include "chrome/browser/chromeos/login/authenticator.h" 37 class GoogleAuthenticator : public Authenticator, public GaiaAuthConsumer {
|
| parallel_authenticator.cc | 56 : Authenticator(consumer), 73 std::string canonicalized = Authenticator::Canonicalize(username); 101 new AuthAttemptState(Authenticator::Canonicalize(username), 252 new AuthAttemptState(Authenticator::Canonicalize(username),
|
| user_image_downloader.cc | 13 #include "chrome/browser/chromeos/login/authenticator.h" 161 if (Authenticator::Canonicalize(email) == username_)
|
| login_utils.cc | 128 // Creates and returns the authenticator to use. The caller owns the returned 129 // Authenticator and must delete it when done. 130 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer); 517 Authenticator* LoginUtilsImpl::CreateAuthenticator(
|
| google_authenticator.cc | 57 : Authenticator(consumer),
|
| screen_locker.cc | 28 #include "chrome/browser/chromeos/login/authenticator.h" [all...] |
| signed_settings.cc | 17 #include "chrome/browser/chromeos/login/authenticator.h" 280 return new CheckWhitelistOp(Authenticator::Canonicalize(email), d); 289 return new WhitelistOp(Authenticator::Canonicalize(email),
|
| /frameworks/base/obex/javax/obex/ |
| ObexSession.java | 50 protected Authenticator mAuthenticator; 56 * will cause the authenticator to handle the authentication challenge. 185 * will cause the authenticator to handle the authentication response.
|
| ClientSession.java | 275 public void setAuthenticator(Authenticator auth) throws IOException { 277 throw new IOException("Authenticator may not be null");
|
| ServerSession.java | 67 * @param auth the authenticator to use with this connection 71 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth)
|
| /cts/tests/core/runner/src/android/test/ |
| InstrumentationCtsTestRunner.java | 36 import java.net.Authenticator; 222 Authenticator.setDefault(null);
|
| /prebuilts/tools/common/mkidentity/ |
| mkidentity-prebuilt.jar | |
| /libcore/luni/src/main/java/libcore/net/http/ |
| HttpURLConnectionImpl.java | 24 import java.net.Authenticator; 442 // use the global authenticator to get the password 443 PasswordAuthentication auth = Authenticator.requestPasswordAuthentication(
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| HttpsURLConnectionTest.java | 27 import java.net.Authenticator; 579 Authenticator.setDefault(new Authenticator() { 668 Authenticator.setDefault(new Authenticator() { 697 * (Authenticator was not set up in the system). [all...] |
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| HttpsURLConnectionTest.java | 29 import java.net.Authenticator; 416 Authenticator.setDefault(new Authenticator() { 499 Authenticator.setDefault(new Authenticator() { 524 * (Authenticator was not set up in the system). [all...] |
| /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
| HttpOverSpdyTest.java | 31 import java.net.Authenticator; 158 Authenticator.setDefault(new RecordingAuthenticator());
|
| /frameworks/base/core/java/android/accounts/ |
| GrantCredentialsPermissionActivity.java | 33 import java.net.Authenticator;
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| URLConnectionTest.java | 34 import java.net.Authenticator; 99 Authenticator.setDefault(null); 1364 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local 1398 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local 1420 SimpleAuthenticator authenticator = new SimpleAuthenticator(); local [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| TestActivity.java | 63 import javax.obex.Authenticator; 571 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | |
| /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/ |
| URLConnectionTest.java | 32 import java.net.Authenticator; 802 Authenticator.setDefault(new RecordingAuthenticator()); 1256 RecordingAuthenticator authenticator = new RecordingAuthenticator(null); local [all...] |
| /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/gradle/wrapper/ |
| gradle-wrapper.jar | |
| /developers/samples/android/connectivity/network/BasicNetworkDemo/gradle/wrapper/ |
| gradle-wrapper.jar | |