HomeSort by relevance Sort by last modified time
    Searched defs:Authenticator (Results 1 - 10 of 10) sorted by null

  /frameworks/base/obex/javax/obex/
Authenticator.java 83 public interface Authenticator {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 17 package com.example.android.samplesync.authenticator;
35 class Authenticator extends AbstractAccountAuthenticator {
39 public Authenticator(Context context) {
  /libcore/luni/src/main/java/java/net/
Authenticator.java 23 * authenticator which extends {@code Authenticator} by {@code
24 * setDefault(Authenticator a)}. Then it should override {@code
31 public abstract class Authenticator {
33 // the default authenticator that needs to be set
34 private static Authenticator thisAuthenticator;
123 * authenticator to get the authentication info.
125 * @return password authentication info or {@code null} if no authenticator
161 // Authenticator
166 * Sets {@code a} as the default authenticator. It will be called wheneve
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 29 import java.net.Authenticator;
310 // Set up test Authenticator
311 Authenticator.setDefault(new Authenticator() {
339 // remove previously set authenticator
340 Authenticator.setDefault(null);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 29 import java.net.Authenticator;
415 Authenticator.setDefault(new Authenticator() {
498 Authenticator.setDefault(new Authenticator() {
523 * (Authenticator was not set up in the system).
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 172 milliseconds