Home
last modified time | relevance | path

Searched refs:getLegacyMeasurementKillSwitch (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/flags/
DSmartFlags.java280 return getLegacyMeasurementKillSwitch() in getMeasurementAttributionFallbackJobEnabled()
309 public boolean getLegacyMeasurementKillSwitch() { in getLegacyMeasurementKillSwitch() method in SmartFlags
326 return getLegacyMeasurementKillSwitch() in getMeasurementApiDeleteRegistrationsKillSwitch()
338 return getLegacyMeasurementKillSwitch() in getMeasurementApiStatusKillSwitch()
350 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterSourceKillSwitch()
362 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterTriggerKillSwitch()
375 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterWebSourceKillSwitch()
388 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterSourcesKillSwitch()
401 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterWebTriggerKillSwitch()
415 return getLegacyMeasurementKillSwitch() in getMeasurementJobAggregateFallbackReportingKillSwitch()
[all …]
DRawFlagsForTests.java174 public final boolean getLegacyMeasurementKillSwitch() { in getLegacyMeasurementKillSwitch() method in RawFlagsForTests
180 return !getLegacyMeasurementKillSwitch(); in getMeasurementEnabled()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java2305 default boolean getLegacyMeasurementKillSwitch() { in getLegacyMeasurementKillSwitch() method
2331 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_DELETE_REGISTRATIONS_KILL_SWITCH; in getMeasurementApiDeleteRegistrationsKillSwitch()
2347 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_STATUS_KILL_SWITCH; in getMeasurementApiStatusKillSwitch()
2363 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_REGISTER_SOURCE_KILL_SWITCH; in getMeasurementApiRegisterSourceKillSwitch()
2379 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_REGISTER_TRIGGER_KILL_SWITCH; in getMeasurementApiRegisterTriggerKillSwitch()
2396 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_REGISTER_WEB_SOURCE_KILL_SWITCH; in getMeasurementApiRegisterWebSourceKillSwitch()
2412 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_REGISTER_SOURCES_KILL_SWITCH; in getMeasurementApiRegisterSourcesKillSwitch()
2429 return getLegacyMeasurementKillSwitch() || MEASUREMENT_API_REGISTER_WEB_TRIGGER_KILL_SWITCH; in getMeasurementApiRegisterWebTriggerKillSwitch()
2446 return getLegacyMeasurementKillSwitch() in getMeasurementJobAggregateFallbackReportingKillSwitch()
2464 return getLegacyMeasurementKillSwitch() || MEASUREMENT_JOB_AGGREGATE_REPORTING_KILL_SWITCH; in getMeasurementJobAggregateReportingKillSwitch()
[all …]
DPhFlags.java898 return getLegacyMeasurementKillSwitch() in getMeasurementAttributionFallbackJobEnabled()
1630 public boolean getLegacyMeasurementKillSwitch() { in getLegacyMeasurementKillSwitch() method in PhFlags
1647 return getLegacyMeasurementKillSwitch() in getMeasurementApiDeleteRegistrationsKillSwitch()
1661 return getLegacyMeasurementKillSwitch() in getMeasurementApiStatusKillSwitch()
1674 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterSourceKillSwitch()
1687 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterTriggerKillSwitch()
1701 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterWebSourceKillSwitch()
1715 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterSourcesKillSwitch()
1729 return getLegacyMeasurementKillSwitch() in getMeasurementApiRegisterWebTriggerKillSwitch()
1746 return getLegacyMeasurementKillSwitch() in getMeasurementJobAggregateFallbackReportingKillSwitch()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DFlagsTest.java259 "MEASUREMENT_KILL_SWITCH", Flags::getLegacyMeasurementKillSwitch); in testGetLegacyMeasurementKillSwitch()
261 .that(mFlags.getLegacyMeasurementKillSwitch()) in testGetLegacyMeasurementKillSwitch()
264 .that(mGlobalKsOnFlags.getLegacyMeasurementKillSwitch()) in testGetLegacyMeasurementKillSwitch()
267 .that(mGlobalKsOffFlags.getLegacyMeasurementKillSwitch()) in testGetLegacyMeasurementKillSwitch()
1812 public boolean getLegacyMeasurementKillSwitch() { in getLegacyMeasurementKillSwitch() method in FlagsTest.MsmtKillSwitchAwareFlags
DPhFlagsSystemPropertyOverrideTest.java183 Flags::getLegacyMeasurementKillSwitch); in testGetLegacyMeasurementKillSwitch()