/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/ |
D | DownloadCompletedOutput.java | 36 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()
|
D | IsolatedWorker.java | 76 @NonNull OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> receiver) { in onDownloadCompleted() argument 77 receiver.onResult(new DownloadCompletedOutput.Builder().build()); in onDownloadCompleted()
|
D | DownloadCompletedOutputParcel.java | 41 public DownloadCompletedOutputParcel(@NonNull DownloadCompletedOutput value) { in DownloadCompletedOutputParcel()
|
D | IsolatedService.java | 412 new WrappedCallback<DownloadCompletedOutput, DownloadCompletedOutputParcel>( in performDownload()
|
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/test/ |
D | TestPersonalizationHandler.java | 20 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/ |
D | TestPersonalizationHandler.java | 20 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/ |
D | IsolatedWorkerTest.java | 27 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()
|
D | DataClassesTest.java | 23 import android.adservices.ondevicepersonalization.DownloadCompletedOutput; 102 DownloadCompletedOutput data = new DownloadCompletedOutput.Builder() in testDownloadCompletedOutput()
|
/packages/modules/OnDevicePersonalization/framework/api/ |
D | current.txt | 15 …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/ |
D | IsolatedServiceExceptionSafetyTestImpl.java | 47 OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException> in onDownloadCompleted() argument
|
D | OnDevicePersonalizationFrameworkClassesTest.java | 137 DownloadCompletedOutput data = new DownloadCompletedOutput.Builder() in teetDownloadCompletedOutput()
|
D | IsolatedServiceTest.java | 654 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/ |
D | SampleHandler.java | 21 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()
|