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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/
SetupWizardUtilsTest.java 25 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
39 SettingsShadowSystemProperties.class
45 SettingsShadowSystemProperties.clear();
64 SettingsShadowSystemProperties.set(SetupWizardUtils.SYSTEM_PROP_SETUPWIZARD_THEME,
74 SettingsShadowSystemProperties.set(SetupWizardUtils.SYSTEM_PROP_SETUPWIZARD_THEME,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
CameraHalHdrplusPreferenceControllerTest.java 27 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
45 shadows = {SettingsShadowSystemProperties.class})
69 SettingsShadowSystemProperties.clear();
84 SettingsShadowSystemProperties.set(
87 SettingsShadowSystemProperties.set(
100 SettingsShadowSystemProperties.set(
103 SettingsShadowSystemProperties.set(
CameraLaserSensorPreferenceControllerTest.java 27 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
45 shadows = {SettingsShadowSystemProperties.class})
71 SettingsShadowSystemProperties.clear();
86 SettingsShadowSystemProperties.set(
97 SettingsShadowSystemProperties.set(
108 SettingsShadowSystemProperties.set(
119 SettingsShadowSystemProperties.set(
122 SettingsShadowSystemProperties.set(
135 SettingsShadowSystemProperties.set(
138 SettingsShadowSystemProperties.set
    [all...]
TelephonyMonitorPreferenceControllerTest.java 27 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
57 SettingsShadowSystemProperties.clear();
63 @Config(shadows = {SettingsShadowSystemProperties.class})
68 SettingsShadowSystemProperties.set(
74 @Config(shadows = {SettingsShadowSystemProperties.class})
79 SettingsShadowSystemProperties.set(
85 @Config(shadows = {SettingsShadowSystemProperties.class})
90 SettingsShadowSystemProperties.set(
96 @Config(shadows = {SettingsShadowSystemProperties.class})
101 SettingsShadowSystemProperties.set
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
BootSoundPreferenceControllerTest.java 26 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
56 SettingsShadowSystemProperties.clear();
80 @Config(shadows = {SettingsShadowSystemProperties.class})
83 SettingsShadowSystemProperties.set(BootSoundPreferenceController.PROPERTY_BOOT_SOUNDS, "1");
90 @Config(shadows = {SettingsShadowSystemProperties.class})
93 SettingsShadowSystemProperties.set(BootSoundPreferenceController.PROPERTY_BOOT_SOUNDS, "0");
100 @Config(shadows = {SettingsShadowSystemProperties.class})
111 @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/display/
ColorModePreferenceFragmentTest.java 26 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
53 SettingsShadowSystemProperties.clear();
80 @Config(shadows = {SettingsShadowSystemProperties.class})
90 @Config(shadows = {SettingsShadowSystemProperties.class})
100 @Config(shadows = {SettingsShadowSystemProperties.class})
110 @Config(shadows = {SettingsShadowSystemProperties.class})
117 @Config(shadows = {SettingsShadowSystemProperties.class})
124 @Config(shadows = {SettingsShadowSystemProperties.class})
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
AutomaticStorageManagementSwitchPreferenceControllerTest.java 42 import com.android.settings.testutils.shadow.SettingsShadowSystemProperties;
58 shadows = {SettingsShadowSystemProperties.class}
94 SettingsShadowSystemProperties.set("ro.config.low_ram", "true");
96 SettingsShadowSystemProperties.clear();
170 SettingsShadowSystemProperties.set(
183 SettingsShadowSystemProperties.set(

Completed in 104 milliseconds