/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 234 Log.e(TAG, "onAuthenticationResult: failed to authenticate"); 293 * Represents an asynchronous task used to authenticate a user against the 303 return NetworkUtilities.authenticate(mUsername, mPassword); 305 Log.e(TAG, "UserLoginTask.doInBackground: failed to authenticate");
|
/development/samples/browseable/FingerprintDialog/res/values/ |
strings.xml | 46 <string name="use_fingerprint_to_authenticate_title">Use fingerprint to authenticate</string>
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
cloud_storage.py | 60 'Failure: No handler was ready to authenticate.')):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
oauth2_plugin.py | 57 # If we make it to this point, then we will later attempt to authenticate
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_SSLCERT.3 | 37 you wish to authenticate with as it is named in the security database. If you
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
StringPrepDataReader.java | 27 public final class StringPrepDataReader implements ICUBinary.Authenticate {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
StringPrepDataReader.java | 25 public final class StringPrepDataReader implements ICUBinary.Authenticate {
|
/external/jetty/src/config/etc/ |
README.spnego | 1 This setup will enable you to authenticate a user via spnego into your
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
Authentication.java | 66 /** Authenticate if possible without sending a challenge. 71 Authentication authenticate(ServletRequest request); method in interface:Authentication.Deferred 74 /** Authenticate and possibly send a challenge. 79 Authentication authenticate(ServletRequest request,ServletResponse response); method in interface:Authentication.Deferred
|
/external/libgdx/gdx/src/com/badlogic/gdx/net/ |
HttpResponseHeader.java | 138 * Example: Proxy-Authenticate: Basic */ 139 public static final String ProxyAuthenticate = "Proxy-Authenticate"; 208 * Example: WWW-Authenticate: Basic */ 209 public static final String WWWAuthenticate = "WWW-Authenticate";
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelper.java | 15 * A helper interface that provides useful functionality for clients that need to authenticate
|
/external/oauth/core/src/main/java/net/oauth/client/ |
OAuthResponseMessage.java | 42 if ("WWW-Authenticate".equalsIgnoreCase(header.getKey())) {
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Authenticator.java | 41 Request authenticate(Proxy proxy, Response response) throws IOException; method in interface:Authenticator
|
Response.java | 184 * "WWW-Authenticate" challenges. If the response code is 407 proxy 185 * unauthorized, this returns the "Proxy-Authenticate" challenges. Otherwise 191 responseField = "WWW-Authenticate"; 193 responseField = "Proxy-Authenticate";
|
/external/tpm2/ |
PolicyTicket.c | 38 // a trial policy doesn't actually authenticate, the validated
|
/external/vogar/src/vogar/ |
JavaVm.java | 79 * to authenticate security providers. For example:
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 316 * Authenticate a sector with key A. 332 * @param sectorIndex index of sector to authenticate, starting from 0 339 return authenticate(sectorIndex, key, true); 343 * Authenticate a sector with key B. 359 * @param sectorIndex index of sector to authenticate, starting from 0 366 return authenticate(sectorIndex, key, false); 369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { method in class:MifareClassic 383 // Authenticate command takes a block address. Authenticating a block 384 // of a sector will authenticate the entire sector.
|
/frameworks/base/docs/html/training/sign-in/ |
index.jd | 14 Google Sign-In for Android lets you authenticate a user with the same credentials they use on
|
/hardware/libhardware/modules/fingerprint/ |
fingerprint.c | 99 dev->authenticate = fingerprint_authenticate;
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
package.html | 35 and to optionally encrypt the data and/or authenticate the communicating peers.
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
ServiceStore.java | 61 * @throws MessagingException if we can't authenticate the account
|
/packages/apps/Email/res/xml/ |
oauth.xml | 24 to authenticate using OAuth.
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintUiHelper.java | 56 mFingerprintManager.authenticate(
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
example_test.go | 72 // Connect to the server, authenticate, set the sender and recipient,
|
/prebuilts/go/linux-x86/src/net/smtp/ |
example_test.go | 72 // Connect to the server, authenticate, set the sender and recipient,
|