Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DAnswerToResetTest.java173 assertFalse(atr.isEuiccSupported()); in testAnswerToRestSuccessWithoutCheckByte()
223 assertTrue(atr.isEuiccSupported()); in testAnswerToRestEuiccSupported()
257 assertTrue(atr.isEuiccSupported()); in testAnswerToRestEuiccSupportedWithLowerCaseString()
266 assertTrue(atr.isEuiccSupported()); in testAnswerToRestEuiccMultipleEnabledProfilesSupported()
276 assertTrue(atr.isEuiccSupported()); in testAnswerToRestEuiccMultipleEnabledProfilesNotSupported()
311 assertFalse(atr.isEuiccSupported()); in testAnswerToRestEuiccNotSupportedDueToIncorrectT()
345 assertFalse(atr.isEuiccSupported()); in testAnswerToRestEuiccNotSupportedDueToIncorrectTB()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAnswerToReset.java468 public boolean isEuiccSupported() { in isEuiccSupported() method in AnswerToReset
DUiccSlot.java428 mIsEuicc = mAtr.isEuiccSupported(); in checkIsEuiccSupported()