Searched refs:mIccCard (Results 1 – 2 of 2) sorted by relevance
255 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyEmptyProfile()256 doReturn(true).when(mIccCard).isEmptyProfile(); in testSimNotReadyEmptyProfile()279 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyDisabledUiccApps()280 doReturn(false).when(mIccCard).isEmptyProfile(); in testSimNotReadyDisabledUiccApps()
281 protected IccCard mIccCard; field in TelephonyTest