Home
last modified time | relevance | path

Searched refs:getEnrollmentChannel (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/enrollment/
DGaUxEnrollmentChannelCollectionTest.java108 .getEnrollmentChannel())
112 .getEnrollmentChannel())
114 assertThat(GaUxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getEnrollmentChannel())
118 .getEnrollmentChannel())
122 .getEnrollmentChannel())
124 assertThat(GaUxEnrollmentChannelCollection.GA_GRADUATION_CHANNEL.getEnrollmentChannel())
126 assertThat(GaUxEnrollmentChannelCollection.RVC_POST_OTA_CHANNEL.getEnrollmentChannel())
DU18UxEnrollmentChannelCollectionTest.java87 .getEnrollmentChannel())
91 .getEnrollmentChannel())
93 assertThat(U18UxEnrollmentChannelCollection.ALREADY_ENROLLED_CHANNEL.getEnrollmentChannel())
97 .getEnrollmentChannel())
99 assertThat(U18UxEnrollmentChannelCollection.U18_DETENTION_CHANNEL.getEnrollmentChannel())
DBetaUxEnrollmentChannelCollectionTest.java79 .getEnrollmentChannel())
83 .getEnrollmentChannel())
87 .getEnrollmentChannel())
91 .getEnrollmentChannel())
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/data/
DUxStatesManagerTest.java185 assertThat(mUxStatesManager.getEnrollmentChannel()).isNull(); in getEnrollmentChannelTest_processStable()
195 .getEnrollmentChannel(any()); in getEnrollmentChannelTest_processStable()
200 assertThat(mUxStatesManager.getEnrollmentChannel()) in getEnrollmentChannelTest_processStable()
207 .getEnrollmentChannel(any()); in getEnrollmentChannelTest_processStable()
209 assertThat(mUxStatesManager.getEnrollmentChannel()) in getEnrollmentChannelTest_processStable()
DUxStatesDaoTest.java60 assertThat(mUxStatesDao.getEnrollmentChannel(uxCollection)) in enrollmentChannelTest_datastoreConformance()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DUIStats.java47 && mEnrollmentChannel == uiStats.getEnrollmentChannel(); in equals()
93 public int getEnrollmentChannel() { in getEnrollmentChannel() method in UIStats
DUiStatsLogger.java686 private static int getEnrollmentChannel() { in getEnrollmentChannel() method in UiStatsLogger
688 UxStatesManager.getInstance().getEnrollmentChannel(); in getEnrollmentChannel()
737 .setEnrollmentChannel(getEnrollmentChannel()) in getBaseUiStats()
748 .setEnrollmentChannel(getEnrollmentChannel()) in getBaseUiStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/data/
DUxStatesManager.java122 public PrivacySandboxEnrollmentChannelCollection getEnrollmentChannel() { in getEnrollmentChannel() method in UxStatesManager
125 mEnrollmentChannel = mConsentManager.getEnrollmentChannel(mUx); in getEnrollmentChannel()
DUxStatesDao.java98 public PrivacySandboxEnrollmentChannelCollection getEnrollmentChannel( in getEnrollmentChannel() method in UxStatesDao
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java488 .getEnrollmentChannel(); in testRvcUxNotification()
522 assertThat(argument.getValue().getEnrollmentChannel()) in testRvcUxNotification()
597 .getEnrollmentChannel(); in testRvcPostOtaNotification()
637 assertThat(argument.getValue().getEnrollmentChannel()) in testRvcPostOtaNotification()
722 .getEnrollmentChannel(); in testPasNotifications_PasUxEnabled_FirstNotice()
735 assertThat(argument.getValue().getEnrollmentChannel()) in testPasNotifications_PasUxEnabled_FirstNotice()
777 .getEnrollmentChannel(); in testPasNotifications_PasUxEnabled_RenotifyNotice()
790 assertThat(argument.getValue().getEnrollmentChannel()) in testPasNotifications_PasUxEnabled_RenotifyNotice()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/collection/
DPrivacySandboxEnrollmentChannelCollection.java32 PrivacySandboxEnrollmentChannel getEnrollmentChannel(); in getEnrollmentChannel() method
DBetaUxEnrollmentChannelCollection.java54 public PrivacySandboxEnrollmentChannel getEnrollmentChannel() { in getEnrollmentChannel() method in BetaUxEnrollmentChannelCollection
DRvcUxEnrollmentChannelCollection.java54 public PrivacySandboxEnrollmentChannel getEnrollmentChannel() { in getEnrollmentChannel() method in RvcUxEnrollmentChannelCollection
DU18UxEnrollmentChannelCollection.java57 public PrivacySandboxEnrollmentChannel getEnrollmentChannel() { in getEnrollmentChannel() method in U18UxEnrollmentChannelCollection
DGaUxEnrollmentChannelCollection.java70 public PrivacySandboxEnrollmentChannel getEnrollmentChannel() { in getEnrollmentChannel() method in GaUxEnrollmentChannelCollection
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DAppConsentStorageManagerTest.java203 doReturn(channel).when(mUxStatesDaoMock).getEnrollmentChannel(ux); in testGetEnrollmentChannel()
204 expect.that(mAppConsentStorageManager.getEnrollmentChannel(ux)).isEqualTo(channel); in testGetEnrollmentChannel()
209 verify(mUxStatesDaoMock, times(ENROLLMENT_CHANNEL_COUNT)).getEnrollmentChannel(any()); in testGetEnrollmentChannel()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsentStorageManager.java169 public PrivacySandboxEnrollmentChannelCollection getEnrollmentChannel( in getEnrollmentChannel() method in AppConsentStorageManager
171 return mUxStatesDao.getEnrollmentChannel(ux); in getEnrollmentChannel()
DAdServicesStorageManager.java148 public PrivacySandboxEnrollmentChannelCollection getEnrollmentChannel( in getEnrollmentChannel() method in AdServicesStorageManager
150 String enrollmentChannel = mAdServicesManager.getEnrollmentChannel(); in getEnrollmentChannel()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java674 mAppSearchConsentManager.getEnrollmentChannel(ux); in getEnrollmentChannelTest()
675 verify(mAppSearchConsentWorker).getEnrollmentChannel(ux); in getEnrollmentChannelTest()
704 doReturn(channel).when(mAppSearchConsentWorker).getEnrollmentChannel(ux); in enrollmentChannelConformanceTest()
706 assertThat(mAppSearchConsentManager.getEnrollmentChannel(ux)).isEqualTo(channel); in enrollmentChannelConformanceTest()
DAppSearchConsentStorageManagerTest.java684 mAppSearchConsentStorageManager.getEnrollmentChannel(ux); in getEnrollmentChannelTest()
685 verify(mAppSearchConsentWorker).getEnrollmentChannel(ux); in getEnrollmentChannelTest()
714 doReturn(channel).when(mAppSearchConsentWorker).getEnrollmentChannel(ux); in enrollmentChannelConformanceTest()
716 expect.that(mAppSearchConsentStorageManager.getEnrollmentChannel(ux)) in enrollmentChannelConformanceTest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/util/
DUxEngineUtil.java71 .getEnrollmentChannel() in getEligibleEnrollmentChannelCollection()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl259 String getEnrollmentChannel(); in getEnrollmentChannel() method
DAdServicesManager.java672 public String getEnrollmentChannel() { in getEnrollmentChannel() method in AdServicesManager
674 return mService.getEnrollmentChannel(); in getEnrollmentChannel()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/
DUxEngine.java104 eligibleEnrollmentChannel.getEnrollmentChannel(), in start()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchUxStatesDao.java236 public String getEnrollmentChannel() { in getEnrollmentChannel() method in AppSearchUxStatesDao
422 .filter(channel -> channel.toString().equals(dao.getEnrollmentChannel())) in readEnrollmentChannel()

12