Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DAnswerToResetTest.java63 assertEquals(atr.getConventionByte(), (byte) 0x3B); in testAnswerToRestNoInterfaceByteNoHistoricalByte()
76 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestNoHistoricalByte()
103 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestNoInterfaceByte()
120 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestSuccess()
150 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestSuccessWithoutCheckByte()
199 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccSupported()
233 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccSupportedWithLowerCaseString()
267 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccNotSupportedDueToIncorrectT()
301 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccNotSupportedDueToIncorrectTB()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAnswerToReset.java438 public byte getConventionByte() { in getConventionByte() method in AnswerToReset
486 .append(IccUtils.byteToHex(getConventionByte())).append(","); in toString()