Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java55 private static final int RADIX_HEX = 16; field in SecurityTestCase
211 BigInteger address = new BigInteger(ptr.substring(0, length), RADIX_HEX); in isKptr()
215 return address.compareTo(new BigInteger("C0000000", RADIX_HEX)) >= 0; in isKptr()
218 BigInteger address = new BigInteger(ptr.substring(0, length), RADIX_HEX); in isKptr()
223 return address.compareTo(new BigInteger("ff80000000000000", RADIX_HEX)) >= 0; in isKptr()