Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DAnswerToResetTest.java63 assertEquals(atr.getFormatByte(), (byte) 0x00); in testAnswerToRestNoInterfaceByteNoHistoricalByte()
76 assertEquals(atr.getFormatByte(), (byte) 0x90); in testAnswerToRestNoHistoricalByte()
103 assertEquals(atr.getFormatByte(), (byte) 0x07); in testAnswerToRestNoInterfaceByte()
120 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestSuccess()
150 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestSuccessWithoutCheckByte()
199 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccSupported()
233 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccSupportedWithLowerCaseString()
287 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccNotSupportedDueToIncorrectT()
321 assertEquals(atr.getFormatByte(), (byte) 0x97); in testAnswerToRestEuiccNotSupportedDueToIncorrectTB()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAnswerToReset.java450 public byte getFormatByte() { in getFormatByte() method in AnswerToReset