Searched defs:InstantAppResolveInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DInstantAppResolveInfo.java44 * instant app installer. Represent this state with {@link #InstantAppResolveInfo(Bundle)}.
65 public final class InstantAppResolveInfo implements Parcelable { class in inherits:Parcelable
86 public InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName, method in class:InstantAppResolveInfo
92 public InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName, method in class:InstantAppResolveInfo
99 public InstantAppResolveInfo(@NonNull String hostName, @Nullable String packageName, method in class:InstantAppResolveInfo
109 public InstantAppResolveInfo(@Nullable Bundle extras) { method in class:InstantAppResolveInfo
113 private InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName, method in class:InstantAppResolveInfo
134 InstantAppResolveInfo(Parcel in) { method in class:InstantAppResolveInfo
211 public static final Parcelable.Creator<InstantAppResolveInfo> CREATOR
212 = new Parcelable.Creator<InstantAppResolveInfo>() {
[all...]

Completed in 9 milliseconds