Home
last modified time | relevance | path

Searched refs:TrainingExamplesOutputParcel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DTrainingExamplesOutputParcel.java31 public class TrainingExamplesOutputParcel implements Parcelable { class
49 /* package-private */ TrainingExamplesOutputParcel( in TrainingExamplesOutputParcel() method in TrainingExamplesOutputParcel
72 TrainingExamplesOutputParcel that = (TrainingExamplesOutputParcel) o; in equals()
110 protected TrainingExamplesOutputParcel(@android.annotation.NonNull android.os.Parcel in) { in TrainingExamplesOutputParcel() method in TrainingExamplesOutputParcel
126 public static final @android.annotation.NonNull Parcelable.Creator<TrainingExamplesOutputParcel>
128 new Parcelable.Creator<TrainingExamplesOutputParcel>() {
130 public TrainingExamplesOutputParcel[] newArray(int size) {
131 return new TrainingExamplesOutputParcel[size];
135 public TrainingExamplesOutputParcel createFromParcel(
137 return new TrainingExamplesOutputParcel(in);
[all …]
DIsolatedService.java301 new WrappedCallback<TrainingExamplesOutput, TrainingExamplesOutputParcel>( in performOnTrainingExample()
305 new TrainingExamplesOutputParcel.Builder() in performOnTrainingExample()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreService.java22 import android.adservices.ondevicepersonalization.TrainingExamplesOutputParcel;
197 ListenableFuture<TrainingExamplesOutputParcel> resultFuture = in startQuery()
208 TrainingExamplesOutputParcel.class); in startQuery()
218 new FutureCallback<TrainingExamplesOutputParcel>() { in startQuery()
221 TrainingExamplesOutputParcel trainingExamplesOutputParcel) { in startQuery()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DIsolatedServiceTest.java472 TrainingExamplesOutputParcel result = in testOnTrainingExamples()
474 Constants.EXTRA_RESULT, TrainingExamplesOutputParcel.class); in testOnTrainingExamples()