HomeSort by relevance Sort by last modified time
    Searched defs:authenticator (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType1AuthenticatorService.java 29 TestAccountType1Authenticator authenticator = new TestAccountType1Authenticator( local
31 return authenticator.getIBinder();
TestAccountType2AuthenticatorService.java 29 TestAccountType2Authenticator authenticator = new TestAccountType2Authenticator( local
31 return authenticator.getIBinder();
  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MyAccountAuthenticatorService.java 26 private final MyAccountAuthenticator authenticator = new MyAccountAuthenticator(this); field in class:MyAccountAuthenticatorService
30 return authenticator.getIBinder();
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 17 package com.example.android.samplesync.authenticator;
25 * Service to handle Account authentication. It instantiates the authenticator
32 private Authenticator mAuthenticator;
39 mAuthenticator = new Authenticator(this);
Authenticator.java 17 package com.example.android.samplesync.authenticator;
50 class Authenticator extends AbstractAccountAuthenticator {
53 private static final String TAG = "Authenticator";
58 public Authenticator(Context context) {
137 // This call is used to query whether the Authenticator supports
AuthenticatorActivity.java 17 package com.example.android.samplesync.authenticator;
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java 16 package com.example.android.samplesync.authenticator;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
AddressTest.java 31 private Authenticator authenticator = AuthenticatorAdapter.INSTANCE; field in class:AddressTest
38 authenticator, null, protocols, connectionSpecs, proxySelector);
40 authenticator, null, protocols, connectionSpecs, proxySelector);
47 authenticator, null, protocols, connectionSpecs, new RecordingProxySelector());
49 authenticator, null, protocols, connectionSpecs, new RecordingProxySelector());
OkHttpClientTest.java 23 import java.net.Authenticator;
51 private static final Authenticator DEFAULT_AUTHENTICATOR = null; // No Authenticator.getDefault().
57 Authenticator.setDefault(DEFAULT_AUTHENTICATOR);
115 Authenticator authenticator = new RecordingAuthenticator(); local
122 Authenticator.setDefault(authenticator);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 42 final Authenticator authenticator; field in class:Address
53 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy,
67 if (authenticator == null) throw new IllegalArgumentException("authenticator == null");
68 this.authenticator = authenticator;
124 /** Returns the client's authenticator. */
125 public Authenticator getAuthenticator()
    [all...]
OkHttpClient.java 138 private Authenticator authenticator; field in class:OkHttpClient
169 this.authenticator = okHttpClient.authenticator;
384 * Sets the authenticator used to respond to challenges from the remote web
387 * <p>If unset, the {@link java.net.Authenticator#setDefault system-wide default}
388 * authenticator will be used.
390 public OkHttpClient setAuthenticator(Authenticator authenticator) {
391 this.authenticator = authenticator
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 19 import com.squareup.okhttp.Authenticator;
70 private final Authenticator authenticator = AuthenticatorAdapter.INSTANCE; field in class:RouteSelectorTest
118 authenticator, proxyA, protocols, connectionSpecs, proxySelector);
133 authenticator, NO_PROXY, protocols, connectionSpecs, proxySelector);
342 return new Address(uriHost, uriPort, dns, socketFactory, null, null, null, authenticator, null,
348 hostnameVerifier, null, authenticator, null, protocols, connectionSpecs, proxySelector);
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 157 final OAuthAuthenticator authenticator = new OAuthAuthenticator(); local
158 final AuthenticationResult result = authenticator.requestAccess(
  /external/wpa_supplicant_8/src/radius/
radius.h 22 u8 authenticator[16]; member in struct:radius_hdr
  /development/ndk/platforms/android-9/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf

Completed in 796 milliseconds

1 2 3 4 5