Searched refs:GROUP_SIZE (Results 1 – 2 of 2) sorted by relevance
50 private static final int GROUP_SIZE = 4; field in VerifierDeviceIdentity114 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()
13453 Landroid/content/pm/VerifierDeviceIdentity;->GROUP_SIZE:I