OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authTokenType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockGrantCredentialsPermissionActivity.java
31
static final String AUTH_TOKEN_TYPE = "
authTokenType
";
38
String
authTokenType
= getIntent().getStringExtra(AUTH_TOKEN_TYPE);
40
String message = "account = " + accountName + ",
authTokenType
= " +
authTokenType
;
/development/apps/Development/src/com/android/development/
AccountsTester.java
213
String
authTokenType
= mDesiredAuthTokenTypeEditText.getText().toString();
214
if (TextUtils.isEmpty(
authTokenType
)) {
215
authTokenType
= null;
223
authTokenType
, requiredFeatures, null /* options */,
316
String
authTokenType
= value.getText().toString();
320
authTokenType
,
327
mAccountManager.getAuthToken(account,
authTokenType
, false,
330
String[] features = TextUtils.split(
authTokenType
, ",");
336
authTokenType
, null /* loginOptions */,
357
String
authTokenType
= value.getText().toString()
[
all
...]
Completed in 86 milliseconds