Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java31 private static final String KEY_ACCOUNT_SECRET = "key_secret"; field in AccountAuthenticator
58 result.putString(KEY_ACCOUNT_SECRET, ACCOUNT_SECRET); in createAccountSecretBundle()
131 && ACCOUNT_SECRET.equals(accountCredentials.getString(KEY_ACCOUNT_SECRET))) { in addAccountFromCredentials()