Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/
DTerminal.java394 int commandSize = (aid == null ? 0 : aid.length) + 5; in select() local
395 byte[] selectCommand = new byte[commandSize]; in select()