Searched refs:getEid (Results 1 – 4 of 4) sorted by relevance
177 when(mEuiccManager.getEid()).thenReturn(""); in setup()454 when(mEuiccManager.getEid()).thenReturn(null); in initialize_updateEid_shouldNotSetEid()457 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldNotSetEid()494 when(mEuiccManager.getEid()).thenReturn(TEST_EID_FROM_MANAGER); in initialize_updateEid_shouldSetEidFromCard()498 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidFromCard()535 when(mEuiccManager.getEid()).thenReturn(TEST_EID_FROM_MANAGER); in initialize_updateEid_shouldSetEidFromManager()541 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldSetEidFromManager()578 when(mEuiccManager.getEid()).thenReturn(TEST_EID_FROM_MANAGER); in initialize_updateEid_shouldRemoveEid()581 mController.updateEid(mController.getEid(0)); in initialize_updateEid_shouldRemoveEid()610 when(mEuiccManager.getEid()).thenReturn(null); in initialize_updateEid_shouldNotSetEidInSingleSimMode()[all …]
581 final AtomicReference<String> eid = getEid(mSlotIndex); in requestForUpdateEid()587 AtomicReference<String> getEid(int slotIndex) { in getEid() method in SimStatusDialogController604 eid = info.getEid(); in getEid()606 eid = mEuiccManager.createForCardId(info.getCardId()).getEid(); in getEid()616 eid = mEuiccManager.getEid(); in getEid()
395 mDialog.setText(EID_INFO_VALUE_ID, mEuiccManager.getEid()); in updateEid()
7592 cardId = slot.getEid(); in getUiccSlotsInfo()