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
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java
32
private Authenticator
mAuthenticator
;
39
mAuthenticator
= new Authenticator(this);
55
return
mAuthenticator
.getIBinder();
/external/volley/src/test/java/com/android/volley/toolbox/
AndroidAuthenticatorTest.java
44
private AndroidAuthenticator
mAuthenticator
;
50
mAuthenticator
= new AndroidAuthenticator(mAccountManager, mAccount, "cooltype", false);
58
mAuthenticator
.getAuthToken();
71
mAuthenticator
.getAuthToken();
82
mAuthenticator
.getAuthToken();
87
mAuthenticator
.invalidateAuthToken("monkey");
100
Assert.assertEquals("monkey",
mAuthenticator
.getAuthToken());
109
Assert.assertSame(mAccount,
mAuthenticator
.getAccount());
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsAuthenticator.java
34
private Authenticator
mAuthenticator
;
38
mAuthenticator
= new Authenticator(this);
43
return
mAuthenticator
.getIBinder();
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
StubAuthenticator.java
32
private Authenticator
mAuthenticator
;
36
mAuthenticator
= new Authenticator(this);
41
return
mAuthenticator
.getIBinder();
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
DummyAccountService.java
36
private DummyAuthenticator
mAuthenticator
;
45
mAuthenticator
= new DummyAuthenticator(this);
50
return
mAuthenticator
.getIBinder();
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/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/content/SyncAccountAccessStubs/src/com/android/cts/stub/
StubAuthenticator.java
34
private Authenticator
mAuthenticator
;
38
mAuthenticator
= new Authenticator(this);
43
return
mAuthenticator
.getIBinder();
/cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_ContactsTest.java
43
private StaticAccountAuthenticator
mAuthenticator
;
55
mAuthenticator
= new StaticAccountAuthenticator(getContext());
Completed in 326 milliseconds