Home
last modified time | relevance | path

Searched refs:PROP_DISABLED (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/experimental/
DAdServicesFlagsRouletteRunner.java36 private static final String PROP_DISABLED = "debug.AdServicesFlagsRouletteRunner.disabled"; field in AdServicesFlagsRouletteRunner
44 String propValue = SystemProperties.get(PROP_DISABLED); in isDisabled()
46 log().v("isDisabled(): returning true because of system property %s", PROP_DISABLED); in isDisabled()
DDeviceConfigFlagsRouletteRunner.java40 private static final String PROP_DISABLED = "debug.DeviceConfigFlagsRouletteRunner.disabled"; field in DeviceConfigFlagsRouletteRunner
61 String propValue = SystemProperties.get(PROP_DISABLED); in isDisabled()
63 log().v("isDisabled(): returning true because of system property %s", PROP_DISABLED); in isDisabled()
DAbstractGlobalKillSwitchFlipper.java42 private static final String PROP_DISABLED = "debug.adservices.GlobalKillSwitchFlipper.disabled"; field in AbstractGlobalKillSwitchFlipper
84 String propValue = SystemProperties.get(PROP_DISABLED); in isDisabled()
86 log().v("isDisabled(): returning true because of system property %s", PROP_DISABLED); in isDisabled()