Searched refs:isEuicc (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DUiccSlotInfo.java101 public UiccSlotInfo(boolean isActive, boolean isEuicc, String cardId, argument
104 this.mIsEuicc = isEuicc;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccCardControllerTest.java95 when(mActivatedEsimSlot.isEuicc()).thenReturn(true);
97 when(mInactivatedEsimSlot.isEuicc()).thenReturn(true);
99 when(mActivatedRemovableSlot.isEuicc()).thenReturn(false);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccSlotTest.java195 assertTrue(mUiccSlot.isEuicc());
230 assertFalse(mUiccSlot.isEuicc());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccSlot.java215 public boolean isEuicc() { method in class:UiccSlot
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccCardController.java156 if (slotInfo.isEuicc() && slotInfo.isActive()) {
179 if (slot.isEuicc()) {

Completed in 76 milliseconds