Home
last modified time | relevance | path

Searched refs:recordGaUxNotificationDisplayed (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/
DAppSearchWriterActivity.java83 recordGaUxNotificationDisplayed(userId, notification); in onCreate()
95 private void recordGaUxNotificationDisplayed(String userId, boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AppSearchWriterActivity
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentCompositeStorageTest.java100 consentCompositeStorage.recordGaUxNotificationDisplayed(true); in testAllWriteMethods()
140 Mockito.verify(consentStorage).recordGaUxNotificationDisplayed(eq(true)); in verifySetMethodCalled()
DAppConsentForRStorageManagerTest.java112 () -> mAppConsentForRStorageManager.recordGaUxNotificationDisplayed(true)); in testNotSupportMethodException()
DConsentManagerV2Test.java2316 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiOnly()
2321 verify(mMockIAdServicesManager, never()).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiOnly()
2336 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_SystemServerOnly()
2341 verify(mMockIAdServicesManager).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_SystemServerOnly()
2362 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiAndSystemServer()
2367 verify(mMockIAdServicesManager).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiAndSystemServer()
2386 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_appSearchOnly()
2390 verify(mAppSearchConsentManagerMock).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_appSearchOnly()
2640 verify(mMockIAdServicesManager, never()).recordGaUxNotificationDisplayed(true); in testHandleConsentMigrationFromAppSearchIfNeeded_ExtServices()
2869 verify(mAppSearchConsentManagerMock, never()).recordGaUxNotificationDisplayed(true); in testHandleConsentMigrationFromAppSearchIfNeeded_notMigrated()
[all …]
DConsentManagerTest.java2396 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiOnly()
2401 verify(mMockIAdServicesManager, never()).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiOnly()
2416 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_SystemServerOnly()
2421 verify(mMockIAdServicesManager).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_SystemServerOnly()
2442 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiAndSystemServer()
2447 verify(mMockIAdServicesManager).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_PpApiAndSystemServer()
2466 spyConsentManager.recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_appSearchOnly()
2470 verify(mAppSearchConsentManagerMock).recordGaUxNotificationDisplayed(true); in testGaUxNotificationDisplayedRecorded_appSearchOnly()
2701 verify(mMockIAdServicesManager, never()).recordGaUxNotificationDisplayed(true); in testHandleConsentMigrationFromAppSearchIfNeeded_ExtServices()
2927 verify(mockAdServicesManager, never()).recordGaUxNotificationDisplayed(true); in testHandleConsentMigrationFromAppSearchIfNeeded_notMigrated()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java289 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AppSearchConsentManager
290 mAppSearchConsentWorker.recordGaUxNotificationDisplayed(wasNotificationDisplayed); in recordGaUxNotificationDisplayed()
474 adServicesManager.recordGaUxNotificationDisplayed(true); in migrateConsentDataIfNeeded()
DAppSearchConsentStorageManager.java344 adServicesManager.recordGaUxNotificationDisplayed(true); in migrateConsentDataIfNeeded()
414 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AppSearchConsentStorageManager
415 mAppSearchConsentWorker.recordGaUxNotificationDisplayed(wasNotificationDisplayed); in recordGaUxNotificationDisplayed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesStorageManager.java246 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AdServicesStorageManager
247 mAdServicesManager.recordGaUxNotificationDisplayed(wasNotificationDisplayed); in recordGaUxNotificationDisplayed()
DAppConsentForRStorageManager.java149 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) { in recordGaUxNotificationDisplayed() method in AppConsentForRStorageManager
DIConsentStorage.java168 void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) throws IOException; in recordGaUxNotificationDisplayed() method
DConsentCompositeStorage.java546 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) { in recordGaUxNotificationDisplayed() method in ConsentCompositeStorage
549 storage.recordGaUxNotificationDisplayed(wasGaUxDisplayed); in recordGaUxNotificationDisplayed()
DAppConsentStorageManager.java291 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) throws IOException { in recordGaUxNotificationDisplayed() method in AppConsentStorageManager
DConsentManager.java1132 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) {
1134 ConsentManagerV2.getInstance().recordGaUxNotificationDisplayed(wasGaUxDisplayed);
1142 () -> mAdServicesManager.recordGaUxNotificationDisplayed(wasGaUxDisplayed),
1143 () -> mAppSearchConsentManager.recordGaUxNotificationDisplayed(wasGaUxDisplayed),
DConsentManagerV2.java787 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) { in recordGaUxNotificationDisplayed() method in ConsentManagerV2
788 mConsentCompositeStorage.recordGaUxNotificationDisplayed(wasGaUxDisplayed); in recordGaUxNotificationDisplayed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/impl/
DAlreadyEnrolledChannel.java89 consentManager.recordGaUxNotificationDisplayed(true); in enroll()
DConsentNotificationResetChannel.java87 consentManager.recordGaUxNotificationDisplayed(false); in enroll()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl65 void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed); in recordGaUxNotificationDisplayed() method
DAdServicesManager.java144 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AdServicesManager
146 mService.recordGaUxNotificationDisplayed(wasNotificationDisplayed); in recordGaUxNotificationDisplayed()
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java182 verify(mConsentManager).recordGaUxNotificationDisplayed(true); in testEuNotification_gaUxFlagEnabled()
251 verify(mConsentManager).recordGaUxNotificationDisplayed(true); in testNonEuNotifications_gaUxEnabled()
296 verify(mConsentManager).recordGaUxNotificationDisplayed(true); in testEuNotifications_gaUxEnabled_nonDismissable()
381 verify(mConsentManager).recordGaUxNotificationDisplayed(true); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
658 verify(mConsentManager).recordGaUxNotificationDisplayed(true); in testRvcPostOtaNotification()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java118 consentManager.recordGaUxNotificationDisplayed(true); in recordNotificationDisplayed()
133 consentManager.recordGaUxNotificationDisplayed(true); in recordNotificationDisplayed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java260 mAppSearchConsentManager.recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed()
261 verify(mAppSearchConsentWorker).recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed()
500 verify(mAdServicesManager).recordGaUxNotificationDisplayed(true); in testMigrateConsentData()
DAppSearchConsentStorageManagerTest.java255 mAppSearchConsentStorageManager.recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed()
256 verify(mAppSearchConsentWorker).recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed()
493 verify(mAdServicesStorageManager).recordGaUxNotificationDisplayed(true); in testMigrateConsentData()
DAppSearchConsentWorkerTest.java514 : () -> worker.recordGaUxNotificationDisplayed(true)); in runRecordNotificationDisplayedTestFailure()
546 () -> worker.recordGaUxNotificationDisplayed(true)); in runRecordNotificationDisplayedTestFailureTimeout()
581 AppSearchConsentWorker.getInstance().recordGaUxNotificationDisplayed(true); in runRecordNotificationDisplayed()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/enrollment/
DConsentNotificationResetChannelTest.java159 verify(mConsentManager).recordGaUxNotificationDisplayed(false); in enrollTest()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java215 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in ConsentManager

12