OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOKEN_TYPE_REMOVE_ACCOUNTS
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
StubAuthenticator.java
31
public static final String
TOKEN_TYPE_REMOVE_ACCOUNTS
= "
TOKEN_TYPE_REMOVE_ACCOUNTS
";
86
if (
TOKEN_TYPE_REMOVE_ACCOUNTS
.equals(type)) {
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
Utils.java
32
public static final String
TOKEN_TYPE_REMOVE_ACCOUNTS
= "
TOKEN_TYPE_REMOVE_ACCOUNTS
";
97
accountManager.getAuthToken(account,
TOKEN_TYPE_REMOVE_ACCOUNTS
, null, false, null,
Completed in 85 milliseconds