Searched defs:USER_SETUP_COMPLETE (Results 1 – 3 of 3) sorted by relevance
40 Secure.putIntForUser(context.getContentResolver(), USER_SETUP_COMPLETE, 1, userId); in setUserSetupCompleted() local
213 VALIDATORS.put(Secure.USER_SETUP_COMPLETE, BOOLEAN_VALIDATOR); in VALIDATORS.put()
6650 public static final String USER_SETUP_COMPLETE = "user_setup_complete"; field in Settings.Secure