/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/ |
D | AppSearchWriterActivity.java | 83 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/ |
D | ConsentCompositeStorageTest.java | 100 consentCompositeStorage.recordGaUxNotificationDisplayed(true); in testAllWriteMethods() 140 Mockito.verify(consentStorage).recordGaUxNotificationDisplayed(eq(true)); in verifySetMethodCalled()
|
D | AppConsentForRStorageManagerTest.java | 112 () -> mAppConsentForRStorageManager.recordGaUxNotificationDisplayed(true)); in testNotSupportMethodException()
|
D | ConsentManagerV2Test.java | 2316 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 …]
|
D | ConsentManagerTest.java | 2396 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/ |
D | AppSearchConsentManager.java | 289 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AppSearchConsentManager 290 mAppSearchConsentWorker.recordGaUxNotificationDisplayed(wasNotificationDisplayed); in recordGaUxNotificationDisplayed() 474 adServicesManager.recordGaUxNotificationDisplayed(true); in migrateConsentDataIfNeeded()
|
D | AppSearchConsentStorageManager.java | 344 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/ |
D | AdServicesStorageManager.java | 246 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in AdServicesStorageManager 247 mAdServicesManager.recordGaUxNotificationDisplayed(wasNotificationDisplayed); in recordGaUxNotificationDisplayed()
|
D | AppConsentForRStorageManager.java | 149 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) { in recordGaUxNotificationDisplayed() method in AppConsentForRStorageManager
|
D | IConsentStorage.java | 168 void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) throws IOException; in recordGaUxNotificationDisplayed() method
|
D | ConsentCompositeStorage.java | 546 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) { in recordGaUxNotificationDisplayed() method in ConsentCompositeStorage 549 storage.recordGaUxNotificationDisplayed(wasGaUxDisplayed); in recordGaUxNotificationDisplayed()
|
D | AppConsentStorageManager.java | 291 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) throws IOException { in recordGaUxNotificationDisplayed() method in AppConsentStorageManager
|
D | ConsentManager.java | 1132 public void recordGaUxNotificationDisplayed(boolean wasGaUxDisplayed) { 1134 ConsentManagerV2.getInstance().recordGaUxNotificationDisplayed(wasGaUxDisplayed); 1142 () -> mAdServicesManager.recordGaUxNotificationDisplayed(wasGaUxDisplayed), 1143 () -> mAppSearchConsentManager.recordGaUxNotificationDisplayed(wasGaUxDisplayed),
|
D | ConsentManagerV2.java | 787 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/ |
D | AlreadyEnrolledChannel.java | 89 consentManager.recordGaUxNotificationDisplayed(true); in enroll()
|
D | ConsentNotificationResetChannel.java | 87 consentManager.recordGaUxNotificationDisplayed(false); in enroll()
|
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/ |
D | IAdServicesManager.aidl | 65 void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed); in recordGaUxNotificationDisplayed() method
|
D | AdServicesManager.java | 144 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/ |
D | ConsentNotificationTriggerTest.java | 182 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/ |
D | ConsentNotificationTrigger.java | 118 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/ |
D | AppSearchConsentManagerTest.java | 260 mAppSearchConsentManager.recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed() 261 verify(mAppSearchConsentWorker).recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed() 500 verify(mAdServicesManager).recordGaUxNotificationDisplayed(true); in testMigrateConsentData()
|
D | AppSearchConsentStorageManagerTest.java | 255 mAppSearchConsentStorageManager.recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed() 256 verify(mAppSearchConsentWorker).recordGaUxNotificationDisplayed(true); in testRecordGaUxNotificationDisplayed() 493 verify(mAdServicesStorageManager).recordGaUxNotificationDisplayed(true); in testMigrateConsentData()
|
D | AppSearchConsentWorkerTest.java | 514 : () -> 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/ |
D | ConsentNotificationResetChannelTest.java | 159 verify(mConsentManager).recordGaUxNotificationDisplayed(false); in enrollTest()
|
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/ |
D | ConsentManager.java | 215 public void recordGaUxNotificationDisplayed(boolean wasNotificationDisplayed) { in recordGaUxNotificationDisplayed() method in ConsentManager
|