Home
last modified time | relevance | path

Searched refs:KEY_ACCOUNT_STATUS_TOKEN (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTestFixtures.java30 public static final String KEY_ACCOUNT_STATUS_TOKEN = field in AccountManagerServiceTestFixtures
DTestAccountType1Authenticator.java284 result.putString(AccountManager.KEY_ACCOUNT_STATUS_TOKEN, in startAddAccountSession()
295 eventualActivityResultData.putExtra(AccountManager.KEY_ACCOUNT_STATUS_TOKEN, in startAddAccountSession()
339 result.putString(AccountManager.KEY_ACCOUNT_STATUS_TOKEN, in startUpdateCredentialsSession()
351 eventualActivityResultData.putExtra(AccountManager.KEY_ACCOUNT_STATUS_TOKEN, in startUpdateCredentialsSession()
DAccountManagerServiceTest.java584 result.getString(AccountManager.KEY_ACCOUNT_STATUS_TOKEN)); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
617 result.getString(AccountManager.KEY_ACCOUNT_STATUS_TOKEN)); in testStartAddAccountSessionSuccessWithPasswordForwarding()
769 result.getString(AccountManager.KEY_ACCOUNT_STATUS_TOKEN)); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
801 result.getString(AccountManager.KEY_ACCOUNT_STATUS_TOKEN)); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
/frameworks/base/core/java/android/accounts/
DAccountManager.java284 public static final String KEY_ACCOUNT_STATUS_TOKEN = "accountStatusToken"; field in AccountManager
/frameworks/base/core/api/
Dcurrent.txt3348 field public static final String KEY_ACCOUNT_STATUS_TOKEN = "accountStatusToken";