Home
last modified time | relevance | path

Searched refs:mDigestBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DInstantAppResolveInfo.java161 return mDigest.mDigestBytes.length > 0 ? mDigest.getDigestBytes()[0] : EMPTY_DIGEST; in getDigestBytes()
254 private final byte[][] mDigestBytes; field in InstantAppResolveInfo.InstantAppDigest
269 mDigestBytes = generateDigest(hostName.toLowerCase(Locale.ENGLISH), maxDigests); in InstantAppDigest()
270 mDigestPrefix = new int[mDigestBytes.length]; in InstantAppDigest()
271 for (int i = 0; i < mDigestBytes.length; i++) { in InstantAppDigest()
273 ((mDigestBytes[i][0] & 0xFF) << 24 in InstantAppDigest()
274 | (mDigestBytes[i][1] & 0xFF) << 16 in InstantAppDigest()
275 | (mDigestBytes[i][2] & 0xFF) << 8 in InstantAppDigest()
276 | (mDigestBytes[i][3] & 0xFF) << 0) in InstantAppDigest()
283 this.mDigestBytes = digestBytes; in InstantAppDigest()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt15168 Landroid/content/pm/InstantAppResolveInfo$InstantAppDigest;->mDigestBytes:[[B