Home
last modified time | relevance | path

Searched refs:resetSettingsViaShell (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsProviderTest.java372 resetSettingsViaShell(type, in testResetModeUntrustedDefaultsCommon()
414 resetSettingsViaShell(type, in testResetModeUntrustedClearCommon()
456 resetSettingsViaShell(type, in testResetModeTrustedDefaultsCommon()
H A DInstallNonMarketAppsDeprecationTest.java111 resetSettingsViaShell(SETTING_TYPE_SECURE, Settings.RESET_MODE_TRUSTED_DEFAULTS); in testValueDefaults()
H A DBaseSettingsProviderTest.java189 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell() method in BaseSettingsProviderTest