Home
last modified time | relevance | path

Searched refs:getEnforceForegroundStatusForMeasurementDeleteRegistrations (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DCachedFlags.java66 flags.getEnforceForegroundStatusForMeasurementDeleteRegistrations(); in CachedFlags()
148 public boolean getEnforceForegroundStatusForMeasurementDeleteRegistrations() { in getEnforceForegroundStatusForMeasurementDeleteRegistrations() method in CachedFlags
151 : mFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations(); in getEnforceForegroundStatusForMeasurementDeleteRegistrations()
DMeasurementServiceImpl.java427 mFlags::getEnforceForegroundStatusForMeasurementDeleteRegistrations; in deleteRegistrations()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DCachedFlagsTest.java138 assertThat(mFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations()) in testGetEnforceForegroundForMsmtDeleteRegistrations_flagEnabled_returnsCachedFlag()
270 assertThat(mFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations()) in testGetEnforceForegroundForMsmtDeleteRegistrations_flagDisabled_returnsNonCached()
334 when(mMockFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations()) in setupMockFlags()
DMeasurementServiceImplTest.java2073 when(mMockFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations()) in mockDeleteRegistrationsApi()
2077 when(mMockFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations()) in mockDeleteRegistrationsApi()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java3183 default boolean getEnforceForegroundStatusForMeasurementDeleteRegistrations() { in getEnforceForegroundStatusForMeasurementDeleteRegistrations() method
DPhFlags.java2737 public boolean getEnforceForegroundStatusForMeasurementDeleteRegistrations() { in getEnforceForegroundStatusForMeasurementDeleteRegistrations() method in PhFlags
3674 + getEnforceForegroundStatusForMeasurementDeleteRegistrations()); in dump()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java2565 Flags::getEnforceForegroundStatusForMeasurementDeleteRegistrations); in testGetEnforceForegroundStatusForMeasurementDeleteRegistrations()
2566 assertThat(mTestFlags.getEnforceForegroundStatusForMeasurementDeleteRegistrations()) in testGetEnforceForegroundStatusForMeasurementDeleteRegistrations()