Searched defs:LONG_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java41 private static final int LONG_SIZE = 13; field in class:VerifierDeviceIdentity
110 final char encoded[] = new char[LONG_SIZE + (LONG_SIZE / GROUP_SIZE)];
113 for (int i = 0; i < LONG_SIZE; i++) {
116 * building from the rear of the array, we use (LONG_SIZE %
120 if (i > 0 && (i % GROUP_SIZE) == (LONG_SIZE % GROUP_SIZE)) {

Completed in 64 milliseconds