Searched refs:UINT32_MAX_VALUE (Results 1 – 1 of 1) sorted by relevance
36 public static final long UINT32_MAX_VALUE = UINT32_RANGE - 1; field in KeymasterArguments146 if ((value < 0) || (value > UINT32_MAX_VALUE)) { in addUnsignedInt()