Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java62 final int userSetupComplete = Settings.Secure.getInt( in isInSystemSetupWizard() local
64 return userSetupComplete == USER_SETUP_IS_NOT_COMPLETE; in isInSystemSetupWizard()