Searched refs:ACCOUNT_SECRET (Results 1 – 1 of 1) sorted by relevance
32 private static final String ACCOUNT_SECRET = "super_secret"; field in AccountAuthenticator58 result.putString(KEY_ACCOUNT_SECRET, ACCOUNT_SECRET); in createAccountSecretBundle()131 && ACCOUNT_SECRET.equals(accountCredentials.getString(KEY_ACCOUNT_SECRET))) { in addAccountFromCredentials()