HomeSort by relevance Sort by last modified time
    Searched defs:EphemeralResolveInfo (Results 1 - 2 of 2) sorted by null

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

Completed in 176 milliseconds