Searched refs:INTENT_FORCE_CREATE_ACCOUNT (Results 1 – 1 of 1) sorted by relevance
101 private static String INTENT_FORCE_CREATE_ACCOUNT; field in AccountSetupFinal190 if (INTENT_FORCE_CREATE_ACCOUNT == null) { in onCreate()191 INTENT_FORCE_CREATE_ACCOUNT = getString(R.string.intent_force_create_email_account); in onCreate()232 if (INTENT_FORCE_CREATE_ACCOUNT.equals(action)) { in onCreate()