Searched refs:DownloadInputParcel (Results 1 – 6 of 6) sorted by relevance
31 public class DownloadInputParcel implements Parcelable { class52 /* package-private */ DownloadInputParcel( in DownloadInputParcel() method in DownloadInputParcel77 DownloadInputParcel that = (DownloadInputParcel) o; in equals()113 protected DownloadInputParcel(@android.annotation.NonNull android.os.Parcel in) { in DownloadInputParcel() method in DownloadInputParcel126 public static final @android.annotation.NonNull Parcelable.Creator<DownloadInputParcel> CREATOR127 = new Parcelable.Creator<DownloadInputParcel>() {129 public DownloadInputParcel[] newArray(int size) {130 return new DownloadInputParcel[size];134 … public DownloadInputParcel createFromParcel(@android.annotation.NonNull android.os.Parcel in) {135 return new DownloadInputParcel(in);[all …]
19 parcelable DownloadInputParcel;
367 DownloadInputParcel inputParcel = in performDownload()370 Constants.EXTRA_INPUT, DownloadInputParcel.class), in performDownload()
215 DownloadInputParcel input = in testOnDownload()216 new DownloadInputParcel.Builder() in testOnDownload()254 DownloadInputParcel input = in testOnDownloadThrowsIfDataAccessServiceMissing()255 new DownloadInputParcel.Builder() in testOnDownloadThrowsIfDataAccessServiceMissing()267 DownloadInputParcel input = in testOnDownloadThrowsIfFederatedComputeServiceMissing()268 new DownloadInputParcel.Builder() in testOnDownloadThrowsIfFederatedComputeServiceMissing()282 DownloadInputParcel input = in testOnDownloadThrowsIfCallbackMissing()283 new DownloadInputParcel.Builder() in testOnDownloadThrowsIfCallbackMissing()
136 DownloadInputParcel input = in testOnDownloadExceptions()137 new DownloadInputParcel.Builder() in testOnDownloadExceptions()
21 import android.adservices.ondevicepersonalization.DownloadInputParcel;192 new DownloadInputParcel.Builder() in getServiceParams()