H A D | InstantAppResolveInfo.java | 65 public final class InstantAppResolveInfo implements Parcelable { class 86 public InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName, in InstantAppResolveInfo() method in InstantAppResolveInfo 99 public InstantAppResolveInfo(@NonNull String hostName, @Nullable String packageName, in InstantAppResolveInfo() method in InstantAppResolveInfo 109 public InstantAppResolveInfo(@Nullable Bundle extras) { in InstantAppResolveInfo() method in InstantAppResolveInfo 134 InstantAppResolveInfo(Parcel in) { in InstantAppResolveInfo() method in InstantAppResolveInfo 212 = new Parcelable.Creator<InstantAppResolveInfo>() { 213 public InstantAppResolveInfo createFromParcel(Parcel in) { 214 return new InstantAppResolveInfo(in); 217 public InstantAppResolveInfo[] newArray(int size) { 218 return new InstantAppResolveInfo[size]; [all …]
|