Searched refs:userSetupComplete (Results 1 – 3 of 3) sorted by relevance
62 final int userSetupComplete = Settings.Secure.getInt( in isInSystemSetupWizard() local64 return userSetupComplete == USER_SETUP_IS_NOT_COMPLETE; in isInSystemSetupWizard()
65 val userSetupComplete = in setup() constant69 .that(userSetupComplete) in setup()
290 return Futures.transformAsync(isUserSetupCompleteOrTimedOut(), userSetupComplete -> {291 if (!userSetupComplete) {