Searched refs:resetSettingsViaShell (Results 1 – 3 of 3) sorted by relevance
370 resetSettingsViaShell(type, in testResetModeUntrustedDefaultsCommon()412 resetSettingsViaShell(type, in testResetModeUntrustedClearCommon()454 resetSettingsViaShell(type, in testResetModeTrustedDefaultsCommon()477 resetSettingsViaShell(type, Settings.RESET_MODE_UNTRUSTED_DEFAULTS); in testSecureFrpModeSettingCannotBeReset()478 resetSettingsViaShell(type, Settings.RESET_MODE_UNTRUSTED_CHANGES); in testSecureFrpModeSettingCannotBeReset()479 resetSettingsViaShell(type, Settings.RESET_MODE_TRUSTED_DEFAULTS); in testSecureFrpModeSettingCannotBeReset()
123 resetSettingsViaShell(SETTING_TYPE_SECURE, Settings.RESET_MODE_TRUSTED_DEFAULTS); in testValueDefaults()
189 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell() method in BaseSettingsProviderTest