Searched refs:resetToDefaultsViaShell (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderTest.java | 262 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()
|
D | BaseSettingsProviderTest.java | 224 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
|