Searched refs:resetToDefaultsViaShell (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderTest.java | 263 resetToDefaultsViaShell(type, "com.android.shell"); in testResetModePackageDefaultsCommon() 264 resetToDefaultsViaShell(type, "root"); in testResetModePackageDefaultsCommon() 277 resetToDefaultsViaShell(type, "com.android.shell"); in testResetModePackageDefaultsCommon() 278 resetToDefaultsViaShell(type, "root"); in testResetModePackageDefaultsCommon() 318 resetToDefaultsViaShell(type, "com.android.shell", "TOKEN1"); in testResetModePackageDefaultsWithTokensCommon() 319 resetToDefaultsViaShell(type, "root", "TOKEN1"); in testResetModePackageDefaultsWithTokensCommon() 330 resetToDefaultsViaShell(type, "com.android.shell", "TOKEN2"); in testResetModePackageDefaultsWithTokensCommon() 331 resetToDefaultsViaShell(type, "root", "TOKEN2"); in testResetModePackageDefaultsWithTokensCommon()
|
D | BaseSettingsProviderTest.java | 208 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell() method in BaseSettingsProviderTest 209 resetToDefaultsViaShell(type, packageName, null); in resetToDefaultsViaShell() 212 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell() method in BaseSettingsProviderTest
|