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

/frameworks/base/core/java/android/content/pm/
H A DEphemeralResolveInfo.java40 public final class EphemeralResolveInfo implements Parcelable { class in inherits:Parcelable
49 public EphemeralResolveInfo(@NonNull Uri uri, @NonNull String packageName, method in class:EphemeralResolveInfo
63 public EphemeralResolveInfo(@NonNull EphemeralDigest digest, @Nullable String packageName, method in class:EphemeralResolveInfo
68 public EphemeralResolveInfo(@NonNull EphemeralDigest digest, @Nullable String packageName, method in class:EphemeralResolveInfo
76 public EphemeralResolveInfo(@NonNull String hostName, @Nullable String packageName, method in class:EphemeralResolveInfo
81 EphemeralResolveInfo(Parcel in) { method in class:EphemeralResolveInfo
147 public static final Parcelable.Creator<EphemeralResolveInfo> CREATOR
148 = new Parcelable.Creator<EphemeralResolveInfo>() {
150 public EphemeralResolveInfo createFromParcel(Parcel in) {
151 return new EphemeralResolveInfo(i
[all...]

Completed in 264 milliseconds