OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authTokenType
(Results
1 - 6
of
6
) sorted by null
/development/apps/Development/src/com/android/development/
AccountsTester.java
181
String
authTokenType
= mDesiredAuthTokenTypeEditText.getText().toString();
182
if (TextUtils.isEmpty(
authTokenType
)) {
183
authTokenType
= null;
191
authTokenType
, requiredFeatures, null /* options */,
278
String
authTokenType
= value.getText().toString();
281
mAccountManager.getAuthToken(account,
authTokenType
,
286
mAccountManager.getAuthToken(account,
authTokenType
, false,
289
String[] features = TextUtils.split(
authTokenType
, ",");
295
authTokenType
, null /* loginOptions */,
347
AccountManagerCallback<Bundle> newAuthTokensCallback(String type, String
authTokenType
, String[] features)
[
all
...]
/frameworks/base/core/java/android/accounts/
AccountManagerService.java
181
public AuthTokenKey(Account account, String
authTokenType
) {
183
mAuthTokenType =
authTokenType
;
614
String
authTokenType
= cursor.getString(2);
651
public String readAuthTokenFromDatabase(Account account, String
authTokenType
) {
652
if (account == null ||
authTokenType
== null) {
659
new String[]{account.name, account.type,
authTokenType
},
671
public String peekAuthToken(Account account, String
authTokenType
) {
673
if (
authTokenType
== null) throw new IllegalArgumentException("
authTokenType
is null");
677
return readAuthTokenFromDatabase(account,
authTokenType
);
[
all
...]
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 133 milliseconds