OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAuthenticator
(Results
1 - 10
of
10
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticationService.java
26
private TestAuthenticator
mAuthenticator
;
31
mAuthenticator
= new TestAuthenticator(this);
42
return
mAuthenticator
.getIBinder();
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java
32
private Authenticator
mAuthenticator
;
39
mAuthenticator
= new Authenticator(this);
55
return
mAuthenticator
.getIBinder();
/frameworks/base/obex/javax/obex/
ObexSession.java
50
protected Authenticator
mAuthenticator
;
63
if (
mAuthenticator
== null) {
125
result =
mAuthenticator
191
if (
mAuthenticator
== null) {
195
byte[] correctPassword =
mAuthenticator
.onAuthenticationResponse(ObexHelper.getTagValue(
ClientSession.java
279
mAuthenticator
= auth;
ServerSession.java
73
mAuthenticator
= auth;
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/accounts/
GenericAccountService.java
33
private Authenticator
mAuthenticator
;
62
mAuthenticator
= new Authenticator(this);
72
return
mAuthenticator
.getIBinder();
/developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java
33
private Authenticator
mAuthenticator
;
62
mAuthenticator
= new Authenticator(this);
72
return
mAuthenticator
.getIBinder();
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java
33
private Authenticator
mAuthenticator
;
62
mAuthenticator
= new Authenticator(this);
72
return
mAuthenticator
.getIBinder();
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java
43
private StaticAccountAuthenticator
mAuthenticator
;
55
mAuthenticator
= new StaticAccountAuthenticator(getContext());
/frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java
610
mAuthenticator
.getAccountCredentialsForCloning(this, account);
652
mAuthenticator
.addAccountFromCredentials(this, account, result);
[
all
...]
Completed in 145 milliseconds