Home
last modified time | relevance | path

Searched refs:getConsentNotificationDebugMode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DConsentNotificationJobServiceTest.java170 when(mFlags.getConsentNotificationDebugMode()).thenReturn(false); in testOnStartJobAsyncUtilExecute_Reconsent_GaUxDisabled()
195 when(mFlags.getConsentNotificationDebugMode()).thenReturn(false); in testOnStartJobAsyncUtilExecute_Reconsent_GaUxDisabled()
209 when(mFlags.getConsentNotificationDebugMode()).thenReturn(false); in testOnStartJobAsyncUtilExecute_ReconsentFalse()
235 when(mFlags.getConsentNotificationDebugMode()).thenReturn(false); in testOnStartJobAsyncUtilExecute_ReconsentFalse()
383 when(mFlags.getConsentNotificationDebugMode()).thenReturn(true); in testDelaysWhenDebugModeOn()
456 when(mFlags.getConsentNotificationDebugMode()).thenReturn(false); in testOnStartJobAsyncUtilExecute()
484 when(mFlags.getConsentNotificationDebugMode()).thenReturn(false); in testOnStartJobAsyncUtilExecute()
518 when(mFlags.getConsentNotificationDebugMode()).thenReturn(enabled); in mockConsentDebugMode()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DConsentNotificationJobService.java116 if (flags.getConsentNotificationDebugMode()) { in calculateInitialDelay()
149 if (flags.getConsentNotificationDebugMode()) { in calculateDeadline()
227 if (!FlagsFactory.getFlags().getConsentNotificationDebugMode() in onStartJob()
DAdServicesCommonServiceImpl.java258 || mFlags.getConsentNotificationDebugMode(); in getFirstConsentStatus()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java905 default boolean getConsentNotificationDebugMode() { in getConsentNotificationDebugMode() method
DPhFlags.java2275 public boolean getConsentNotificationDebugMode() { in getConsentNotificationDebugMode() method in PhFlags
3394 uxMap.put(KEY_CONSENT_NOTIFICATION_DEBUG_MODE, getConsentNotificationDebugMode()); in getUxFlags()