Home
last modified time | relevance | path

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

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