Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1697 setUiccCardInfos(false, true, true); in testIsSimPortAvailable_WithTelephonyFeatureMapping()
1715 setUiccCardInfos(false, true, true); in testIsSimPortAvailable_invalidCase()
1726 setUiccCardInfos(false, true, true); in testIsSimPortAvailable_port_active()
1732 setUiccCardInfos(false, true, false); in testIsSimPortAvailable_port_active()
1765 setUiccCardInfos(false, false, true); in testIsSimPortAvailable_port_inActive()
1810 setUiccCardInfos(false, false, true); in testIsSimPortAvailable_port_inActive_disable_compactChange()
1830 private void setUiccCardInfos(boolean isMepSupported, boolean isPortActive, in setUiccCardInfos() method in EuiccControllerTest