Searched refs:mIccCard (Results 1 – 4 of 4) sorted by relevance
170 mIccCard = null; in tearDown()
1723 doReturn(mIccCard).when(mPhone).getIccCard(); in testRetry_DDS_switch_Failure()1724 doReturn(true).when(mIccCard).isEmptyProfile(); in testRetry_DDS_switch_Failure()1733 doReturn(false).when(mIccCard).isEmptyProfile(); in testRetry_DDS_switch_Failure()
267 protected IccCard mIccCard; field in TelephonyTest554 mIccCard = Mockito.mock(IccCard.class); in setUp()
432 doReturn(mIccCard).when(mPhone).getIccCard(); in testCarrierConfigSentLocked()433 doReturn(IccCardConstants.State.PIN_REQUIRED).when(mIccCard).getState(); in testCarrierConfigSentLocked()439 doReturn(IccCardConstants.State.READY).when(mIccCard).getState(); in testCarrierConfigSentLocked()