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.java62 assertEquals(atr.getConventionByte(), (byte) 0x3B); in testAnswerToRestNoInterfaceByteNoHistoricalByte()
75 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestNoHistoricalByte()
102 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestNoInterfaceByte()
119 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestSuccess()
149 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestSuccessWithoutCheckByte()
198 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccSupported()
232 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccSupportedWithLowerCaseString()
286 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccNotSupportedDueToIncorrectT()
320 assertEquals(atr.getConventionByte(), (byte) 0x3F); in testAnswerToRestEuiccNotSupportedDueToIncorrectTB()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAnswerToReset.java446 public byte getConventionByte() { in getConventionByte() method in AnswerToReset
498 .append(IccUtils.byteToHex(getConventionByte())).append(","); in toString()