Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/ara/
DAccessRuleApplet.java53 private static final CommandApdu GET_ALL_CMD = new CommandApdu(0x80, 0xCA, 0xFF, 0x40, MAX_LEN); field in AccessRuleApplet
73 CommandApdu apdu = (CommandApdu) GET_ALL_CMD.clone(); in readAllAccessRules()