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 …]
296 new WrappedCallback<TrainingExamplesOutput, TrainingExamplesOutputParcel>( in performOnTrainingExample()300 new TrainingExamplesOutputParcel.Builder() in performOnTrainingExample()
23 import android.adservices.ondevicepersonalization.TrainingExamplesOutputParcel;237 TrainingExamplesOutputParcel trainingExamplesOutputParcel = in startQuery()240 TrainingExamplesOutputParcel.class); in startQuery()
473 TrainingExamplesOutputParcel result = in testOnTrainingExamples()475 Constants.EXTRA_RESULT, TrainingExamplesOutputParcel.class); in testOnTrainingExamples()