Home
last modified time | relevance | path

Searched refs:resetToDefaultsViaShell (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderTest.java262 resetToDefaultsViaShell(type, "com.android.shell"); in testResetModePackageDefaultsCommon()
263 resetToDefaultsViaShell(type, "root"); in testResetModePackageDefaultsCommon()
276 resetToDefaultsViaShell(type, "com.android.shell"); in testResetModePackageDefaultsCommon()
277 resetToDefaultsViaShell(type, "root"); in testResetModePackageDefaultsCommon()
317 resetToDefaultsViaShell(type, "com.android.shell", "TOKEN1"); in testResetModePackageDefaultsWithTokensCommon()
318 resetToDefaultsViaShell(type, "root", "TOKEN1"); in testResetModePackageDefaultsWithTokensCommon()
329 resetToDefaultsViaShell(type, "com.android.shell", "TOKEN2"); in testResetModePackageDefaultsWithTokensCommon()
330 resetToDefaultsViaShell(type, "root", "TOKEN2"); in testResetModePackageDefaultsWithTokensCommon()
DBaseSettingsProviderTest.java224 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell() method in BaseSettingsProviderTest
225 resetToDefaultsViaShell(type, packageName, null); in resetToDefaultsViaShell()
228 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell() method in BaseSettingsProviderTest