OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAuthTokenType
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java
36
private String
mAuthTokenType
;
64
return
mAuthTokenType
;
82
mAuthTokenType
= null;
111
this.
mAuthTokenType
= authTokenType;
127
this.
mAuthTokenType
= authTokenType;
173
this.
mAuthTokenType
= authTokenType;
184
this.
mAuthTokenType
= authTokenType;
/frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java
47
private String
mAuthTokenType
;
70
mAuthTokenType
= extras.getString(EXTRAS_AUTH_TOKEN_TYPE);
75
if (mAccount == null ||
mAuthTokenType
== null || packages == null) {
117
response, mAccount,
mAuthTokenType
);
147
accountManagerService.grantAppPermission(mAccount,
mAuthTokenType
, mUid);
155
accountManagerService.revokeAppPermission(mAccount,
mAuthTokenType
, mUid);
AccountManager.java
[
all
...]
/development/apps/Development/src/com/android/development/
AccountsTester.java
415
final String
mAuthTokenType
;
420
mAuthTokenType
= authTokenType;
Completed in 2342 milliseconds