Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java337 Boolean userManualInteractionWithConsent = in getUserManualInteractionWithConsent() local
339 if (userManualInteractionWithConsent == null) { in getUserManualInteractionWithConsent()
341 } else if (Boolean.TRUE.equals(userManualInteractionWithConsent)) { in getUserManualInteractionWithConsent()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java3398 int userManualInteractionWithConsent = in testManualInteractionWithConsentRecorded_PpApiAndSystemServer() local
3401 assertThat(userManualInteractionWithConsent).isEqualTo(UNKNOWN); in testManualInteractionWithConsentRecorded_PpApiAndSystemServer()
DConsentManagerTest.java3682 int userManualInteractionWithConsent = in testManualInteractionWithConsentRecorded_PpApiAndSystemServer() local
3685 assertThat(userManualInteractionWithConsent).isEqualTo(UNKNOWN); in testManualInteractionWithConsentRecorded_PpApiAndSystemServer()