HomeSort by relevance Sort by last modified time
    Searched defs:SettingsShadowSystemProperties (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
TelephonyMonitorPreferenceControllerTest.java 27 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
59 SettingsShadowSystemProperties.clear();
65 @Config(shadows = {SettingsShadowSystemProperties.class})
70 SettingsShadowSystemProperties.set(
76 @Config(shadows = {SettingsShadowSystemProperties.class})
81 SettingsShadowSystemProperties.set(
87 @Config(shadows = {SettingsShadowSystemProperties.class})
92 SettingsShadowSystemProperties.set(
98 @Config(shadows = {SettingsShadowSystemProperties.class})
103 SettingsShadowSystemProperties.set
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
BootSoundPreferenceControllerTest.java 26 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
57 SettingsShadowSystemProperties.clear();
81 @Config(shadows = {SettingsShadowSystemProperties.class})
84 SettingsShadowSystemProperties.set(BootSoundPreferenceController.PROPERTY_BOOT_SOUNDS, "1");
91 @Config(shadows = {SettingsShadowSystemProperties.class})
94 SettingsShadowSystemProperties.set(BootSoundPreferenceController.PROPERTY_BOOT_SOUNDS, "0");
101 @Config(shadows = {SettingsShadowSystemProperties.class})
112 @Config(shadows = {SettingsShadowSystemProperties.class})
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowSystemProperties.java 32 public class SettingsShadowSystemProperties extends ShadowSystemProperties {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
AutomaticStorageManagementSwitchPreferenceControllerTest.java 44 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
159 @Config(shadows = {SettingsShadowSystemProperties.class})
164 SettingsShadowSystemProperties.set(

Completed in 342 milliseconds