Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java50 private static final int GROUP_SIZE = 4; field in VerifierDeviceIdentity
114 final char encoded[] = new char[LONG_SIZE + (LONG_SIZE / GROUP_SIZE)]; in encodeBase32()
124 if (i > 0 && (i % GROUP_SIZE) == (LONG_SIZE % GROUP_SIZE)) { in encodeBase32()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16331 Landroid/content/pm/VerifierDeviceIdentity;->GROUP_SIZE:I