Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DAccountPromptUtils.java52 private static final String KEY_ALLOW_SKIP_ACCOUNT_SETUP = "allowSkip"; field in AccountPromptUtils
98 options.putBoolean(KEY_ALLOW_SKIP_ACCOUNT_SETUP, true); in launchAccountPrompt()