Searched refs:getEid (Results 1 – 3 of 3) sorted by relevance
158 when(mEuiccManager.getEid()).thenReturn(""); in setup()410 when(mEuiccManager.getEid()).thenReturn(null); in initialize_updateEid_shouldNotSetEid()413 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldNotSetEid()450 when(mEuiccManager.getEid()).thenReturn(TEST_EID_FROM_MANAGER); in initialize_updateEid_shouldSetEidFromCard()454 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidFromCard()491 when(mEuiccManager.getEid()).thenReturn(TEST_EID_FROM_MANAGER); in initialize_updateEid_shouldSetEidFromManager()497 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidFromManager()534 when(mEuiccManager.getEid()).thenReturn(TEST_EID_FROM_MANAGER); in initialize_updateEid_shouldRemoveEid()537 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldRemoveEid()566 when(mEuiccManager.getEid()).thenReturn(null); in initialize_updateEid_shouldNotSetEidInSingleSimMode()[all …]
614 final AtomicReference<String> eid = getEid(mSlotIndex); in requestForUpdateEid()620 protected AtomicReference<String> getEid(int slotIndex) { in getEid() method in SimStatusDialogController637 eid = info.getEid(); in getEid()639 eid = mEuiccManager.createForCardId(info.getCardId()).getEid(); in getEid()649 eid = mEuiccManager.getEid(); in getEid()
8625 cardId = slot.getEid(); in getUiccSlotsInfo()