Home
last modified time | relevance | path

Searched refs:DownloadCompletedOutput (Results 1 – 13 of 13) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DDownloadCompletedOutput.java36 public final class DownloadCompletedOutput { class
60 /* package-private */ DownloadCompletedOutput( in DownloadCompletedOutput() method in DownloadCompletedOutput
88 DownloadCompletedOutput that = (DownloadCompletedOutput) o; in equals()
140 public @NonNull DownloadCompletedOutput build() { in build()
147 DownloadCompletedOutput o = new DownloadCompletedOutput( in build()
DIsolatedWorker.java76 @NonNull OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument
77 receiver.onResult(new DownloadCompletedOutput.Builder().build()); in onDownloadCompleted()
DDownloadCompletedOutputParcel.java41 public DownloadCompletedOutputParcel(@NonNull DownloadCompletedOutput value) { in DownloadCompletedOutputParcel()
DIsolatedService.java412 new WrappedCallback<DownloadCompletedOutput, DownloadCompletedOutputParcel>( in performDownload()
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/test/
DTestPersonalizationHandler.java20 import android.adservices.ondevicepersonalization.DownloadCompletedOutput;
44 OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument
51 DownloadCompletedOutput result = in onDownloadCompleted()
52 new DownloadCompletedOutput.Builder() in onDownloadCompleted()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/test/
DTestPersonalizationHandler.java20 import android.adservices.ondevicepersonalization.DownloadCompletedOutput;
61 OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument
72 DownloadCompletedOutput result = in onDownloadCompleted()
73 new DownloadCompletedOutput.Builder().setRetainedKeys(keysToRetain).build(); in onDownloadCompleted()
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DIsolatedWorkerTest.java27 import android.adservices.ondevicepersonalization.DownloadCompletedOutput;
97 WorkerResultReceiver<DownloadCompletedOutput> receiver = new WorkerResultReceiver<>(); in testOnDownloadCompleted()
163 OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument
165 receiver.onResult(new DownloadCompletedOutput.Builder() in onDownloadCompleted()
DDataClassesTest.java23 import android.adservices.ondevicepersonalization.DownloadCompletedOutput;
102 DownloadCompletedOutput data = new DownloadCompletedOutput.Builder() in testDownloadCompletedOutput()
/packages/modules/OnDevicePersonalization/framework/api/
Dcurrent.txt15 …ization.flags.on_device_personalization_apis_enabled") public final class DownloadCompletedOutput {
19 public static final class DownloadCompletedOutput.Builder {
20 ctor public DownloadCompletedOutput.Builder();
21 …method @NonNull public android.adservices.ondevicepersonalization.DownloadCompletedOutput.Builder …
22 … method @NonNull public android.adservices.ondevicepersonalization.DownloadCompletedOutput build();
23 …method @NonNull public android.adservices.ondevicepersonalization.DownloadCompletedOutput.Builder …
173 …id.os.OutcomeReceiver<android.adservices.ondevicepersonalization.DownloadCompletedOutput,android.a…
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DIsolatedServiceExceptionSafetyTestImpl.java47 OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> in onDownloadCompleted() argument
DOnDevicePersonalizationFrameworkClassesTest.java137 DownloadCompletedOutput data = new DownloadCompletedOutput.Builder() in teetDownloadCompletedOutput()
DIsolatedServiceTest.java654 OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument
656 receiver.onResult(new DownloadCompletedOutput.Builder().addRetainedKey("12").build()); in onDownloadCompleted()
/packages/modules/OnDevicePersonalization/samples/odpsamplenetwork/src/main/java/com/example/odpsamplenetwork/
DSampleHandler.java21 import android.adservices.ondevicepersonalization.DownloadCompletedOutput;
167 @NonNull OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument
169 DownloadCompletedOutput downloadResult = in onDownloadCompleted()
170 new DownloadCompletedOutput.Builder() in onDownloadCompleted()