Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13453 Landroid/content/pm/VerifierDeviceIdentity;->GROUP_SIZE:I