Searched refs:Authenticator (Results 1 – 7 of 7) sorted by relevance
32 private Authenticator mAuthenticator;36 mAuthenticator = new Authenticator(this); in onCreate()44 public class Authenticator extends AbstractAccountAuthenticator { class in StubAuthenticator45 public Authenticator(Context context) { in Authenticator() method in StubAuthenticator.Authenticator
33 private Authenticator mAuthenticator;37 mAuthenticator = new Authenticator(this); in onCreate()45 public class Authenticator extends AbstractAccountAuthenticator { class in StubAuthenticator46 public Authenticator(Context context) { in Authenticator() method in StubAuthenticator.Authenticator
41 private static Authenticator sInstance;46 sInstance = new Authenticator(getApplicationContext()); in onBind()86 public static class Authenticator extends AbstractAccountAuthenticator { class in BatteryStatsAuthenticator90 public Authenticator(Context context) { in Authenticator() method in BatteryStatsAuthenticator.Authenticator
38 private static Authenticator sInstance;43 sInstance = new Authenticator(getApplicationContext()); in onBind()49 public static class Authenticator extends AbstractAccountAuthenticator { class in TestAuthenticator53 public Authenticator(Context context) { in Authenticator() method in TestAuthenticator.Authenticator
41 private static Authenticator sInstance;46 sInstance = new Authenticator(getApplicationContext()); in onBind()81 public static class Authenticator extends AbstractAccountAuthenticator { class in TestAuthenticator85 public Authenticator(Context context) { in Authenticator() method in TestAuthenticator.Authenticator
41 import java.net.Authenticator;237 Authenticator.setDefault(null); in reset()
22517 @dalvik.annotation.EnclosingClass (value =Ljava/net/Authenticator; )22518 @dalvik.annotation.Signature (value =Ljava/lang/Enum<Ljava/net/Authenticator$RequestorType;>; )22519 public final class java.net.Authenticator$RequestorType extends java.lang.Enum22523 private static final java.net.Authenticator$RequestorType[] $VALUES22525 public static final java.net.Authenticator$RequestorType PROXY22527 public static final java.net.Authenticator$RequestorType SERVER22536 public static java.net.Authenticator$RequestorType valueOf(22539 public static java.net.Authenticator$RequestorType[] values()22543 @dalvik.annotation.MemberClasses (value =Ljava/net/Authenticator$RequestorType; )22544 public abstract class java.net.Authenticator extends java.lang.Object[all …]