Searched defs:SETTINGS_SECURE_USER_SETUP_COMPLETE (Results 1 – 2 of 2) sorted by relevance
91 mContext.getContentResolver(), SETTINGS_SECURE_USER_SETUP_COMPLETE, 1); in setup() local182 mContext.getContentResolver(), SETTINGS_SECURE_USER_SETUP_COMPLETE, 0); in test_userSetupIncomplete_showsToast() local
256 private static final String SETTINGS_SECURE_USER_SETUP_COMPLETE = "user_setup_complete"; field in ScreenshotController