Searched refs:TrainingExamplesOutputParcel (Results 1 – 4 of 4) sorted by relevance
31 public class TrainingExamplesOutputParcel implements Parcelable { class49 /* package-private */ TrainingExamplesOutputParcel( in TrainingExamplesOutputParcel() method in TrainingExamplesOutputParcel72 TrainingExamplesOutputParcel that = (TrainingExamplesOutputParcel) o; in equals()110 protected TrainingExamplesOutputParcel(@android.annotation.NonNull android.os.Parcel in) { in TrainingExamplesOutputParcel() method in TrainingExamplesOutputParcel126 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 …]
301 new WrappedCallback<TrainingExamplesOutput, TrainingExamplesOutputParcel>( in performOnTrainingExample()305 new TrainingExamplesOutputParcel.Builder() in performOnTrainingExample()
22 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()
472 TrainingExamplesOutputParcel result = in testOnTrainingExamples()474 Constants.EXTRA_RESULT, TrainingExamplesOutputParcel.class); in testOnTrainingExamples()