Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java32 private static final String ACCOUNT_SECRET = "super_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()