Home
last modified time | relevance | path

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

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