Home
last modified time | relevance | path

Searched refs:Authenticator (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java35 private static Authenticator mAuthenticator;
39 mAuthenticator = new Authenticator(this); in onCreate()
50 public class Authenticator extends AbstractAccountAuthenticator { class in AuthenticatorService
51 public Authenticator(Context context) { in Authenticator() method in AuthenticatorService.Authenticator
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd1 page.title=Creating a Stub Authenticator
13 <a href="#CreateAuthenticator">Add a Stub Authenticator Component</a>
16 <a href="#CreateAuthenticatorService">Bind the Authenticator to the Framework</a>
19 <a href="#CreateAuthenticatorFile">Add the Authenticator Metadata File</a>
22 <a href="#DeclareAuthenticator">Declare the Authenticator in the Manifest</a>
63 <h2 id="CreateAuthenticator">Add a Stub Authenticator Component</h2>
77 public class Authenticator extends AbstractAccountAuthenticator {
79 public Authenticator(Context context) {
137 <h2 id="CreateAuthenticatorService">Bind the Authenticator to the Framework</h2>
160 private Authenticator mAuthenticator;
[all …]
Dindex.jd106 <b><a href="creating-authenticator.html">Creating a Stub Authenticator</a></b>
Dcreating-sync-adapter.jd370 >Add the Authenticator Metadata File</a>. Now you have to set up this account type in the
476 >Add the Authenticator Metadata File</a>. It's also the value you specified for the
552 in the lesson <a href="creating-authenticator.html">Creating a Stub Authenticator</a>.
/frameworks/base/obex/javax/obex/
DAuthenticator.java83 public interface Authenticator { interface
DSessionNotifier.java127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
DObexSession.java55 protected Authenticator mAuthenticator;
DClientSession.java325 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
DServerSession.java74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DAuthenticator.java24 public interface Authenticator { interface
DAndroidAuthenticator.java32 public class AndroidAuthenticator implements Authenticator {
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd18 <li><a href="#TaskFour">Create an Authenticator Service</a></li>
137 <h2 id="TaskFour">Create an Authenticator Service</h2>
Dauthenticate.jd111 options, // Authenticator-specific options
/frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontacts-provider.jd1785 <code>com.example.android.samplesync.authenticator.Authenticator</code>.
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontacts-provider.jd1785 <code>com.example.android.samplesync.authenticator.Authenticator</code> 클래스에서 정의됩니다.
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontacts-provider.jd1784 <code>com.example.android.samplesync.authenticator.Authenticator</code> 類別中完成定義。
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontacts-provider.jd1783 …a>のサンプルアプリで、認証はクラス <code>com.example.android.samplesync.authenticator.Authenticator</code> に定義されてい…
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontacts-provider.jd1783 …适配器</a>示例应用中,身份验证器是在 <code>com.example.android.samplesync.authenticator.Authenticator</code> 类中定义的。
/frameworks/base/
Dcompiled-classes-phone6032 com.android.okhttp.Authenticator
6697 java.net.Authenticator
6698 java.net.Authenticator$RequestorType
Dpreloaded-classes2630 com.android.okhttp.Authenticator
/frameworks/base/docs/html-intl/intl/id/guide/topics/providers/
Dcontacts-provider.jd1785 <code>com.example.android.samplesync.authenticator.Authenticator</code>.
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontacts-provider.jd1785 <code>com.example.android.samplesync.authenticator.Authenticator</code>.
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd1790 <code>com.example.android.samplesync.authenticator.Authenticator</code>.
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontacts-provider.jd1785 <code>com.example.android.samplesync.authenticator.Authenticator</code>.

12