Home
last modified time | relevance | path

Searched refs:UpdateAdCounterHistogramCallback (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DUpdateAdCounterHistogramWorker.java29 import android.adservices.adselection.UpdateAdCounterHistogramCallback;
116 @NonNull UpdateAdCounterHistogramCallback callback) { in updateAdCounterHistogram()
203 String callerAppPackageName, @NonNull UpdateAdCounterHistogramCallback callback) { in notifySuccess()
216 @NonNull UpdateAdCounterHistogramCallback callback, in invokeFailure()
253 @NonNull UpdateAdCounterHistogramCallback callback, in notifyFailure()
DAdSelectionServiceImpl.java53 import android.adservices.adselection.UpdateAdCounterHistogramCallback;
1064 @NonNull UpdateAdCounterHistogramCallback callback) { in updateAdCounterHistogram()
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionService.aidl39 import android.adservices.adselection.UpdateAdCounterHistogramCallback;
185 in UpdateAdCounterHistogramCallback callback); in updateAdCounterHistogram()
DUpdateAdCounterHistogramCallback.aidl28 oneway interface UpdateAdCounterHistogramCallback { interface
DAdSelectionManager.java932 new UpdateAdCounterHistogramCallback.Stub() { in updateAdCounterHistogram()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DUpdateAdCounterHistogramWorkerTest.java41 import android.adservices.adselection.UpdateAdCounterHistogramCallback;
380 extends UpdateAdCounterHistogramCallback.Stub {
DAuctionServerE2ETest.java77 import android.adservices.adselection.UpdateAdCounterHistogramCallback;
4480 extends UpdateAdCounterHistogramCallback.Stub {
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionManagerTest.java429 UpdateAdCounterHistogramCallback updateAdCounterHistogramCallback) in updateAdCounterHistogram()