Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/
DCommandApduValidator.java65 checkLe((int) 0x0FF & apdu[OFFSET_P3]); in execute()
75 checkLe((int) 0x0FF & apdu[apdu.length - 1]); in execute()
82 checkLe((((int) 0x0FF & apdu[OFFSET_DATA]) << 8) in execute()
102 checkLe((((int) 0x0FF & apdu[apdu.length - 2]) << 8) in execute()
124 private static void checkLe(int le) throws IllegalArgumentException { in checkLe() method in CommandApduValidator