HomeSort by relevance Sort by last modified time
    Searched refs:InstantAppDigest (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/pm/
InstantAppRequest.java 46 public final InstantAppResolveInfo.InstantAppDigest digest;
59 digest = new InstantAppResolveInfo.InstantAppDigest(
62 digest = InstantAppResolveInfo.InstantAppDigest.UNDEFINED;
InstantAppResolveInfo.java 71 private final InstantAppDigest mDigest;
86 public InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName,
92 public InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName,
101 this(new InstantAppDigest(hostName), packageName, filters, -1 /*versionCode*/,
110 this(InstantAppDigest.UNDEFINED, null, null, -1, extras, true);
113 private InstantAppResolveInfo(@NonNull InstantAppDigest digest, @Nullable String packageName,
138 mDigest = InstantAppDigest.UNDEFINED;
234 public static final class InstantAppDigest implements Parcelable {
241 public static final InstantAppDigest UNDEFINED =
242 new InstantAppDigest(new byte[][]{}, new int[]{})
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 43 import android.content.pm.InstantAppResolveInfo.InstantAppDigest;
369 InstantAppDigest digest, String token) {
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 315 milliseconds