Searched defs:SETTINGS_SECURE_USER_SETUP_COMPLETE (Results 1 – 3 of 3) sorted by relevance
97 mContext.getContentResolver(), SETTINGS_SECURE_USER_SETUP_COMPLETE, 1); in setup() local188 mContext.getContentResolver(), SETTINGS_SECURE_USER_SETUP_COMPLETE, 0); in test_userSetupIncomplete_showsToast() local
56 public static final String SETTINGS_SECURE_USER_SETUP_COMPLETE = "user_setup_complete"; field in WizardManagerHelper
188 private static final String SETTINGS_SECURE_USER_SETUP_COMPLETE = "user_setup_complete"; field in ScreenshotController