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

/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterArguments.java38 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64); field in class:KeymasterArguments
39 public static final BigInteger UINT64_MAX_VALUE = UINT64_RANGE.subtract(BigInteger.ONE);
378 return BigInteger.valueOf(value).add(UINT64_RANGE);

Completed in 109 milliseconds