/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/enrollment/ |
D | ReconsentNotificationChannelTest.java | 111 .getUserManualInteractionWithConsent(); in isEligibleTest_nonManualOptOutBetaUser() 126 .getUserManualInteractionWithConsent(); in isEligibleTest_manualOptOutBetaUser() 139 doReturn(UNKNOWN).when(mConsentManager).getUserManualInteractionWithConsent(); in isEligibleTest_unknownOptOutBetaUser() 154 .getUserManualInteractionWithConsent(); in isEligibleTest_nonManualOptInBetaUser() 169 .getUserManualInteractionWithConsent(); in isEligibleTest_manualOptInBetaUser() 182 doReturn(UNKNOWN).when(mConsentManager).getUserManualInteractionWithConsent(); in isEligibleTest_unknownOptInBetaUser()
|
D | AlreadyEnrolledChannelTest.java | 120 .getUserManualInteractionWithConsent(); in isEligibleTest_alreadyInteractedFlagOff() 134 .getUserManualInteractionWithConsent(); in isEligibleTest_alreadyInteracted()
|
D | PasFirstConsentNotificationChannelTest.java | 108 .getUserManualInteractionWithConsent(); in isEligibleTest_NoManualInteraction_consentRevoked_pas() 127 .getUserManualInteractionWithConsent(); in isEligibleTest_hasManualInteraction_consentRevoked_pas()
|
D | PasReconsentNotificationChannelTest.java | 120 .getUserManualInteractionWithConsent(); in isEligibleTest_NoManualInteraction_consentRevoked_pas() 139 .getUserManualInteractionWithConsent(); in isEligibleTest_hasManualInteraction_consentRevoked_pas()
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/ |
D | AdServicesStorageManagerTest.java | 316 expect.that(mAdServicesStorageManager.getUserManualInteractionWithConsent()) in testManualInteractionWithConsentRecorded() 319 verify(mMockIAdServicesManager).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded() 323 .getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded() 327 expect.that(mAdServicesStorageManager.getUserManualInteractionWithConsent()) in testManualInteractionWithConsentRecorded() 330 verify(mMockIAdServicesManager, times(2)).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded()
|
D | ConsentManagerV2Test.java | 2888 when(mAppSearchConsentManagerMock.getUserManualInteractionWithConsent()) in testHandleConsentMigrationFromAppSearchIfNeeded() 2950 when(mAppSearchConsentManagerMock.getUserManualInteractionWithConsent()) in testHandleConsentMigrationFromAppSearchIfNeededSharedPrefsEditorUnsuccessful() 3350 assertThat(spyConsentManager.getUserManualInteractionWithConsent()).isEqualTo(UNKNOWN); in testManualInteractionWithConsentRecorded_PpApiOnly() 3352 verify(mMockIAdServicesManager, never()).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_PpApiOnly() 3356 assertThat(spyConsentManager.getUserManualInteractionWithConsent()) in testManualInteractionWithConsentRecorded_PpApiOnly() 3359 verify(mMockIAdServicesManager, never()).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_PpApiOnly() 3370 assertThat(spyConsentManager.getUserManualInteractionWithConsent()).isEqualTo(UNKNOWN); in testManualInteractionWithConsentRecorded_SystemServerOnly() 3372 verify(mMockIAdServicesManager).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_SystemServerOnly() 3376 .getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_SystemServerOnly() 3379 assertThat(spyConsentManager.getUserManualInteractionWithConsent()) in testManualInteractionWithConsentRecorded_SystemServerOnly() [all …]
|
D | ConsentManagerTest.java | 2951 when(mAppSearchConsentManagerMock.getUserManualInteractionWithConsent()) in testHandleConsentMigrationFromAppSearchIfNeeded() 3023 when(mAppSearchConsentManagerMock.getUserManualInteractionWithConsent()) in testHandleConsentMigrationFromAppSearchIfNeededSharedPrefsEditorUnsuccessful() 3634 assertThat(spyConsentManager.getUserManualInteractionWithConsent()).isEqualTo(UNKNOWN); in testManualInteractionWithConsentRecorded_PpApiOnly() 3636 verify(mMockIAdServicesManager, never()).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_PpApiOnly() 3640 assertThat(spyConsentManager.getUserManualInteractionWithConsent()) in testManualInteractionWithConsentRecorded_PpApiOnly() 3643 verify(mMockIAdServicesManager, never()).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_PpApiOnly() 3654 assertThat(spyConsentManager.getUserManualInteractionWithConsent()).isEqualTo(UNKNOWN); in testManualInteractionWithConsentRecorded_SystemServerOnly() 3656 verify(mMockIAdServicesManager).getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_SystemServerOnly() 3660 .getUserManualInteractionWithConsent(); in testManualInteractionWithConsentRecorded_SystemServerOnly() 3663 assertThat(spyConsentManager.getUserManualInteractionWithConsent()) in testManualInteractionWithConsentRecorded_SystemServerOnly() [all …]
|
D | AppConsentForRStorageManagerTest.java | 157 mAppConsentForRStorageManager.getUserManualInteractionWithConsent(); in testGetUserManualInteractionWithConsent()
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/util/ |
D | UxEngineUtilTest.java | 274 .getUserManualInteractionWithConsent(); in getEligibleEnrollmentChannelTest_gaUxManaulOptInBetaUser() 290 .getUserManualInteractionWithConsent(); in getEligibleEnrollmentChannelTest_gaUxNoManaulOptInBetaUser() 304 doReturn(UNKNOWN).when(mConsentManager).getUserManualInteractionWithConsent(); in getEligibleEnrollmentChannelTest_gaUxUnknownOptInBetaUser() 320 .getUserManualInteractionWithConsent(); in getEligibleEnrollmentChannelTest_gaUxManaulOptOutBetaUser() 336 .getUserManualInteractionWithConsent(); in getEligibleEnrollmentChannelTest_gaUxNoManaulOptOutBetaUser() 350 doReturn(UNKNOWN).when(mConsentManager).getUserManualInteractionWithConsent(); in getEligibleEnrollmentChannelTest_gaUxUnknownOptOutBetaUser()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/impl/ |
D | AlreadyEnrolledChannel.java | 67 && consentManager.getUserManualInteractionWithConsent() in isManuallyOptedOutOfPaAndMsmt() 80 && consentManager.getUserManualInteractionWithConsent() in isPreNotificationManualUser()
|
D | ReconsentNotificationChannel.java | 43 || consentManager.getUserManualInteractionWithConsent() in isEligible()
|
D | PasFirstConsentNotificationChannel.java | 52 && consentManager.getUserManualInteractionWithConsent() in isEligible()
|
D | PasReconsentNotificationChannel.java | 59 consentManager.getUserManualInteractionWithConsent() in isEligible()
|
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/ |
D | ConsentManagerTest.java | 317 assertThat(consentManager.getUserManualInteractionWithConsent()).isEqualTo(1); in testSetUserManualInteractionWithConsentToTrue() 327 assertThat(consentManager.getUserManualInteractionWithConsent()).isEqualTo(-1); in testSetUserManualInteractionWithConsentToFalse() 337 assertThat(consentManager.getUserManualInteractionWithConsent()).isEqualTo(0); in testSetUserManualInteractionWithConsentToUnknown()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | AdServicesStorageManager.java | 195 public int getUserManualInteractionWithConsent() { in getUserManualInteractionWithConsent() method in AdServicesStorageManager 196 return mAdServicesManager.getUserManualInteractionWithConsent(); in getUserManualInteractionWithConsent()
|
D | AppConsentForRStorageManager.java | 121 public int getUserManualInteractionWithConsent() { in getUserManualInteractionWithConsent() method in AppConsentForRStorageManager
|
D | IConsentStorage.java | 132 int getUserManualInteractionWithConsent() throws IOException; in getUserManualInteractionWithConsent() method
|
D | ConsentCompositeStorage.java | 328 public int getUserManualInteractionWithConsent() { in getUserManualInteractionWithConsent() method in ConsentCompositeStorage 331 return storage.getUserManualInteractionWithConsent(); in getUserManualInteractionWithConsent()
|
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/ |
D | IAdServicesManager.aidl | 121 int getUserManualInteractionWithConsent(); in getUserManualInteractionWithConsent() method
|
D | AdServicesManager.java | 163 public int getUserManualInteractionWithConsent() { in getUserManualInteractionWithConsent() method in AdServicesManager 165 return mService.getUserManualInteractionWithConsent(); in getUserManualInteractionWithConsent()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentManager.java | 319 public @ConsentManager.UserManualInteraction int getUserManualInteractionWithConsent() { in getUserManualInteractionWithConsent() method in AppSearchConsentManager 320 return mAppSearchConsentWorker.getUserManualInteractionWithConsent(); in getUserManualInteractionWithConsent()
|
D | AppSearchConsentStorageManager.java | 224 public int getUserManualInteractionWithConsent() { in getUserManualInteractionWithConsent() method in AppSearchConsentStorageManager 225 return mAppSearchConsentWorker.getUserManualInteractionWithConsent(); in getUserManualInteractionWithConsent()
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/ |
D | ConsentNotificationTrigger.java | 106 && consentManager.getUserManualInteractionWithConsent() in recordNotificationDisplayed() 245 || consentManager.getUserManualInteractionWithConsent() in isPasRenotifyUser()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/ |
D | AppSearchConsentManagerTest.java | 291 when(mAppSearchConsentWorker.getUserManualInteractionWithConsent()) in testGetUserManualInteractionsWithConsent() 293 assertThat(mAppSearchConsentManager.getUserManualInteractionWithConsent()) in testGetUserManualInteractionsWithConsent() 295 verify(mAppSearchConsentWorker).getUserManualInteractionWithConsent(); in testGetUserManualInteractionsWithConsent()
|
D | AppSearchConsentStorageManagerTest.java | 286 when(mAppSearchConsentWorker.getUserManualInteractionWithConsent()) in testGetUserManualInteractionsWithConsent() 288 expect.that(mAppSearchConsentStorageManager.getUserManualInteractionWithConsent()) in testGetUserManualInteractionsWithConsent() 290 verify(mAppSearchConsentWorker).getUserManualInteractionWithConsent(); in testGetUserManualInteractionsWithConsent()
|