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 92 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 113 private InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName, in InstantAppResolveInfo() method in InstantAppResolveInfo 134 InstantAppResolveInfo(Parcel in) { in InstantAppResolveInfo() method in InstantAppResolveInfo 211 … public static final @android.annotation.NonNull Parcelable.Creator<InstantAppResolveInfo> CREATOR 212 = new Parcelable.Creator<InstantAppResolveInfo>() { 213 public InstantAppResolveInfo createFromParcel(Parcel in) { [all …]
|