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;
384 DownloadInputParcel inputParcel = in performDownload()387 Constants.EXTRA_INPUT, DownloadInputParcel.class), in performDownload()
214 DownloadInputParcel input = in testOnDownload()215 new DownloadInputParcel.Builder() in testOnDownload()253 DownloadInputParcel input = in testOnDownloadThrowsIfDataAccessServiceMissing()254 new DownloadInputParcel.Builder() in testOnDownloadThrowsIfDataAccessServiceMissing()266 DownloadInputParcel input = in testOnDownloadThrowsIfFederatedComputeServiceMissing()267 new DownloadInputParcel.Builder() in testOnDownloadThrowsIfFederatedComputeServiceMissing()281 DownloadInputParcel input = in testOnDownloadThrowsIfCallbackMissing()282 new DownloadInputParcel.Builder() in testOnDownloadThrowsIfCallbackMissing()
126 DownloadInputParcel input = in testOnDownloadExceptions()127 new DownloadInputParcel.Builder() in testOnDownloadExceptions()
21 import android.adservices.ondevicepersonalization.DownloadInputParcel;205 new DownloadInputParcel.Builder() in getServiceParams()